From: Keith Packard Date: Tue, 19 Jul 2011 23:21:40 +0000 (-0700) Subject: drm/i915: Skip GPU wait for scanout pin while wedged X-Git-Tag: v3.1-rc1~22^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b69efc29b024747a88ce020dada425e3193d5a;p=pandora-kernel.git drm/i915: Skip GPU wait for scanout pin while wedged Failing to pin a scanout buffer will most likely lead to a black screen, so if the GPU is wedged, then just let the pin happen and hope that things work out OK. v2: Just ignore any error from i915_gem_object_wait_rendering, as suggested by Chris Wilson Signed-off-by: Keith Packard --- Reading git-diff-tree failed