From: Chris Wilson Date: Tue, 24 Apr 2012 21:59:45 +0000 (+0100) Subject: drm/i915: Clear FlipDone semantics change for pageflipping on gen3 X-Git-Tag: v3.5-rc1~83^2~8^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7d1e79b1967d2f1a718d4b9afbb23053858c0a;p=pandora-kernel.git drm/i915: Clear FlipDone semantics change for pageflipping on gen3 On later gen3, you are able to select the meaning of the FlipPending status bit in IIR and change it to FlipDone. This was sometimes done by the BIOS leading to confusion on just how pageflipping worked on gen3. Simplify the implementation by using the legacy meaning for all gen3 machines. Note: this makes all gen3 machines equally broken... Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed