summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Kconfig.debug
diff options
context:
space:
mode:
authorChris Wilson2016-07-09 12:22:57 +0200
committerChris Wilson2016-07-10 14:22:39 +0200
commitc31966a1bd09d46b079f0656574e53782c237994 (patch)
tree042787d74b92de9e0cb114646a6891446db42358 /drivers/gpu/drm/i915/Kconfig.debug
parentdrm/i915: Select X86_MSR for igt (diff)
downloadkernel-qcow2-linux-c31966a1bd09d46b079f0656574e53782c237994.tar.gz
kernel-qcow2-linux-c31966a1bd09d46b079f0656574e53782c237994.tar.xz
kernel-qcow2-linux-c31966a1bd09d46b079f0656574e53782c237994.zip
drm/i915: Select DRM_VGEM for igt
igt/prime_vgem (and others) depends upon VGEM so automatically select it when enabling i915 debugging. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1468059777-10205-1-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/Kconfig.debug')
-rw-r--r--drivers/gpu/drm/i915/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
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