]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove vestigal DRI1 ring quiescing code
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Apr 2015 15:20:51 +0000 (16:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Apr 2015 06:56:15 +0000 (08:56 +0200)
commit5bce1a271c6110c176c19f25604e1a79a3ce2dd1
tree0d71750d91fde463a5d73148f70e6f2bc3257121
parent4b922a52b5ee90e275753c7e49a45910a7ec5544
drm/i915: Remove vestigal DRI1 ring quiescing code

After the removal of DRI1, all access to the rings are through requests
and so we can always be sure that there is a request to wait upon to
free up available space. The fallback code only existed so that we could
quiesce the GPU following unmediated access by DRI1.

v2: Rebase

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_trace.h
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.c