projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc1e9e
)
drm/i915: Select DRM_VGEM for igt
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 9 Jul 2016 10:22:57 +0000
(11:22 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 10 Jul 2016 12:22:39 +0000
(13:22 +0100)
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>
drivers/gpu/drm/i915/Kconfig.debug
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/Kconfig.debug
b/drivers/gpu/drm/i915/Kconfig.debug
index 3309b82652affb6860196307f829d43487cbec0a..cee87bfd10c45f8e9bec618549e07591f81551ad 100644
(file)
--- 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