[Intel-gfx] [PATCH] drm/i915: Select DRM_VGEM for igt

Chris Wilson chris at chris-wilson.co.uk
Sat Jul 9 10:22:57 UTC 2016


igt/prime_vgem (and others) depends upon VGEM so automatically select it when
enabling i915 debugging.

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 3309b82652af..cee87bfd10c4 100644
--- a/drivers/gpu/drm/i915/Kconfig.debug
+++ b/drivers/gpu/drm/i915/Kconfig.debug
@@ -20,6 +20,7 @@ config DRM_I915_DEBUG
         depends on DRM_I915
         select PREEMPT_COUNT
         select X86_MSR # used by igt/pm_rpm
+        select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
         default n
         help
           Choose this option to turn on extra driver debugging that may affect
-- 
2.8.1



More information about the Intel-gfx mailing list