summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJohn Harrison <John.C.Harrison@Intel.com>2015-01-07 13:51:08 +0000
committerJohn Harrison <John.C.Harrison@Intel.com>2016-06-28 17:19:09 +0100
commit869f8662aa30b24f9037107272fad2c34deba676 (patch)
tree7a72e13f80ce5e4b826f7a743f582e2a8d37e637 /drivers/gpu/drm/i915/Makefile
parentebc83f0eea60b4b6cbd2ad41de365d574029d5be (diff)
SetStart: Added support for pre-emptive scheduling
Big squash of patches to implement pre-emptive scheduling. NB: MI_ARB_CHECK must be disabled in LRC mode otherwise the context switch interrupts stop coming out :(. Change-Id: I5dc3facb962a492226b642542dc48407b3d2602d For: VIZ-1587 Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 0b131c31e645..d6d5afbcf8d1 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -1,6 +1,8 @@
#
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
+#
+# Reduced
# Please keep these build lists sorted!