summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests/Makefile
diff options
context:
space:
mode:
authorArunpravin <Arunpravin.PaneerSelvam@amd.com>2022-02-22 20:48:39 +0300
committerChristian König <christian.koenig@amd.com>2022-02-23 12:43:25 +0300
commit3d515ba9ead046a0c06a461697a8d5211298aadc (patch)
tree185c10dfb140c660c235825bb8b926b540e8133e /drivers/gpu/drm/selftests/Makefile
parent8ab62eda177bc350f34fea4fcea23603b8184bfd (diff)
downloadlinux-3d515ba9ead046a0c06a461697a8d5211298aadc.tar.xz
drm/selftests: Move i915 buddy selftests into drm
- move i915 buddy selftests into drm selftests folder - add Makefile and Kconfig support - add sanitycheck testcase Prerequisites - These series of selftests patches are created on top of drm buddy series - Enable kselftests for DRM as a module in .config Signed-off-by: Arunpravin <Arunpravin.PaneerSelvam@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Acked-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220222174845.2175-1-Arunpravin.PaneerSelvam@amd.com Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/selftests/Makefile')
-rw-r--r--drivers/gpu/drm/selftests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/selftests/Makefile b/drivers/gpu/drm/selftests/Makefile
index 0856e4b12f70..5ba5f9138c95 100644
--- a/drivers/gpu/drm/selftests/Makefile
+++ b/drivers/gpu/drm/selftests/Makefile
@@ -4,4 +4,5 @@ test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \
test-drm_damage_helper.o test-drm_dp_mst_helper.o \
test-drm_rect.o
-obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser.o
+obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser.o \
+ test-drm_buddy.o