Re: [PATCH] drm/test: use kunit action wrapper macro in the gem shmem test suite

2024-07-25 Thread Daniel Vetter
On Tue, Jul 23, 2024 at 09:10:35PM +0200, Marco Pagani wrote: > Replace deferred action function wrappers with equivalent ones defined > using the macro introduced by commit 56778b49c9a2 ("kunit: Add a macro to > wrap a deferred action function") > > Signed-off-by: Marco Pagani Merged to drm-mis

[PATCH] drm/test: use kunit action wrapper macro in the gem shmem test suite

2024-07-23 Thread Marco Pagani
Replace deferred action function wrappers with equivalent ones defined using the macro introduced by commit 56778b49c9a2 ("kunit: Add a macro to wrap a deferred action function") Signed-off-by: Marco Pagani --- drivers/gpu/drm/tests/drm_gem_shmem_test.c | 27 ++ 1 file change