[PATCH 26/27] do not merge: enable self tests

José Roberto de Souza jose.souza at intel.com
Tue Aug 7 17:58:44 UTC 2018


---
 drivers/gpu/drm/i915/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 5c607f2c707b..34c2e07e2a3e 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -94,6 +94,13 @@ config DRM_I915_USERPTR
 
 	  If in doubt, say "Y".
 
+config DRM_I915_SELFTEST
+	bool "Enable i915 selftests"
+	depends on DRM_I915
+	default y
+	select FAULT_INJECTION
+	select PRIME_NUMBERS
+
 config DRM_I915_GVT
         bool "Enable Intel GVT-g graphics virtualization host support"
         depends on DRM_I915
-- 
2.18.0



More information about the Intel-gfx-trybot mailing list