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:
56d8d64
)
drm/i915: Select DMABUF_SELFTESTS for the default i915.ko debug build
author
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 19 Aug 2019 17:19:00 +0000
(18:19 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 19 Aug 2019 18:51:39 +0000
(19:51 +0100)
Include the DMABUF_SELFTESTS as part of the standard build for IGT, so
that they can be run by igt/dmabuf
Testcase: igt/dmabuf
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190819171900.4501-1-chris@chris-wilson.co.uk
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 8d922bb4d95394aa1ce947246f4626f370be7cd3..3e9e5a0b5006227ee3c0eb8a2bf6f83ebd8b6326 100644
(file)
--- a/
drivers/gpu/drm/i915/Kconfig.debug
+++ b/
drivers/gpu/drm/i915/Kconfig.debug
@@
-29,6
+29,7
@@
config DRM_I915_DEBUG
select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
select DRM_DEBUG_MM if DRM=y
select DRM_DEBUG_SELFTEST
+ select DMABUF_SELFTESTS
select SW_SYNC # signaling validation framework (igt/syncobj*)
select DRM_I915_SW_FENCE_DEBUG_OBJECTS
select DRM_I915_SELFTEST