commit | 595e1eeb26d3fcf2e39b494f067ebb5eb3c77e08 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 07 16:20:51 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 10 08:56:15 2015 +0200 |
tree | 0d71750d91fde463a5d73148f70e6f2bc3257121 | |
parent | 4bb1bedb28e0f1d04fa6bf5bdcdaecabd904b21c [diff] |
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>