diff options
author | John Harrison <John.C.Harrison@Intel.com> | 2015-01-07 13:51:08 +0000 |
---|---|---|
committer | John Harrison <John.C.Harrison@Intel.com> | 2016-06-28 17:19:09 +0100 |
commit | 869f8662aa30b24f9037107272fad2c34deba676 (patch) | |
tree | 7a72e13f80ce5e4b826f7a743f582e2a8d37e637 | |
parent | ebc83f0eea60b4b6cbd2ad41de365d574029d5be (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>
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 2 |
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! |