From: Chris Wilson Date: Fri, 5 Sep 2014 06:13:25 +0000 (+0100) Subject: drm/i915: Decouple the stuck pageflip on modeset X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c787942907face82da505c2c5493998b56cfc5a;p=pandora-kernel.git drm/i915: Decouple the stuck pageflip on modeset If we successfully confuse the hardware, and cause it to drop a queued pageflip, we wait for 60s and issue a warning before continuing on with the modeset. However, this leaves the pending pageflip still stuck indefinitely. Pretend to userspace that it does complete, and let us start afresh following the modeset. v2: Rebase after refactor v3: Rebase, rebase. Signed-off-by: Chris Wilson Cc: Daniel Vetter Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed