]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/i915: Add execution priority boosting for mmioflips
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Nov 2016 09:22:49 +0000 (09:22 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Nov 2016 10:04:01 +0000 (10:04 +0000)
commit9a151987d7097a27ca793647fcae606434070671
treeb719bc689b77a9b36eb1a3c5c73de540af1d096a
parent6b5e90f58c565f14e80365cb0afba53b5883821f
drm/i915: Add execution priority boosting for mmioflips

Commit 6b5e90f58c56 ("drm/i915/scheduler: Boost priorities for flips")
added priority boosting for the modern atomic pageflips (and modesets),
but we should do the same for existing users of mmioflips (we don't yet
need to consider csflips as they are not used by execlists and so do not
have any support for a scheduler).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20161115092249.18356-1-chris@chris-wilson.co.uk
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/intel_display.c