[Intel-gfx] [RFC 08/44] drm/i915: Added GPU scheduler config option
John.C.Harrison at Intel.com
John.C.Harrison at Intel.com
Thu Jun 26 19:23:59 CEST 2014
From: John Harrison <John.C.Harrison at Intel.com>
Added a Kconfig option for enabling/disabling the GPU scheduler.
---
drivers/gpu/drm/i915/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 437e182..22a036b 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -81,3 +81,11 @@ config DRM_I915_UMS
enable this only if you have ancient versions of the DDX drivers.
If in doubt, say "N".
+
+config DRM_I915_SCHEDULER
+ bool "Enable GPU scheduler on Intel hardware"
+ depends on DRM_I915
+ default y
+ help
+ Choose this option to enable GPU task scheduling for improved
+ performance and efficiency.
--
1.7.9.5
More information about the Intel-gfx
mailing list