[PATCH 2/2] drm/i915: Build DRM range manager selftests for CI

Chris Wilson chris at chris-wilson.co.uk
Sun Nov 27 14:08:35 UTC 2016


Build the struct drm_mm selftests so that we can trivially run them
within our CI.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/Kconfig.debug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug
index f0e769290e0b..e1764ffa6fd0 100644
--- a/drivers/gpu/drm/i915/Kconfig.debug
+++ b/drivers/gpu/drm/i915/Kconfig.debug
@@ -22,6 +22,7 @@ config DRM_I915_DEBUG
         select X86_MSR # used by igt/pm_rpm
         select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
         select DRM_DEBUG_MM if DRM=y
+        select DRM_DEBUG_MM_SELFTEST
         select DRM_I915_SW_FENCE_DEBUG_OBJECTS
         default n
         help
-- 
2.10.2



More information about the dri-devel mailing list