From: Chris Wilson Date: Tue, 7 Apr 2015 15:20:51 +0000 (+0100) Subject: drm/i915: Remove vestigal DRI1 ring quiescing code X-Git-Tag: omap-for-v4.2/fixes-rc1^2~17^2~58^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595e1eeb26d3fcf2e39b494f067ebb5eb3c77e08;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed