diff options
author | Maíra Canal <maira.canal@usp.br> | 2022-07-08 17:30:49 -0300 |
---|---|---|
committer | Javier Martinez Canillas <javierm@redhat.com> | 2022-07-11 14:00:00 +0200 |
commit | 848b3c0be2b944f633fe9beb28ad28f15c39f7a1 (patch) | |
tree | 38cb96a0dd078aa36fe351d3b8b1fd6e95615c6a /drivers/gpu/drm/selftests/Makefile | |
parent | 913b1e7ca77e0d04b74921e7328e3446f3a481be (diff) | |
download | linux-stable-848b3c0be2b944f633fe9beb28ad28f15c39f7a1.tar.gz linux-stable-848b3c0be2b944f633fe9beb28ad28f15c39f7a1.tar.bz2 linux-stable-848b3c0be2b944f633fe9beb28ad28f15c39f7a1.zip |
drm: selftest: convert drm_dp_mst_helper selftest to KUnit
Considering the current adoption of the KUnit framework, convert the
DRM DP MST helper selftest to the KUnit API.
Co-developed-by: Rubens Gomes Neto <rubens.gomes.neto@usp.br>
Signed-off-by: Rubens Gomes Neto <rubens.gomes.neto@usp.br>
Tested-by: David Gow <davidgow@google.com>
Acked-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-7-maira.canal@usp.br
Diffstat (limited to 'drivers/gpu/drm/selftests/Makefile')
-rw-r--r-- | drivers/gpu/drm/selftests/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/selftests/Makefile b/drivers/gpu/drm/selftests/Makefile index 9e0ccb482841..1539f55db9a7 100644 --- a/drivers/gpu/drm/selftests/Makefile +++ b/drivers/gpu/drm/selftests/Makefile @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -test-drm_modeset-y := test-drm_modeset_common.o test-drm_framebuffer.o \ - test-drm_dp_mst_helper.o +test-drm_modeset-y := test-drm_modeset_common.o test-drm_framebuffer.o obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o \ test-drm_buddy.o |