]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/test: use kunit action wrapper macro in the gem shmem test suite
authorMarco Pagani <marpagan@redhat.com>
Tue, 23 Jul 2024 19:10:35 +0000 (21:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 25 Jul 2024 12:38:09 +0000 (14:38 +0200)
commit773884e39bb5a57f998af48b3948308568027a54
tree0d1bac48d1d21237caa14e832c2355fd0a4bb07f
parent83b501c1799a96a41e163973e88826253ffadfb3
drm/test: use kunit action wrapper macro in the gem shmem test suite

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 <marpagan@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240723191036.131286-1-marpagan@redhat.com
drivers/gpu/drm/tests/drm_gem_shmem_test.c