From: Chris Wilson Date: Sun, 8 Aug 2010 09:15:59 +0000 (+0100) Subject: drm/i915: Fix offset page-flips on i965+ X-Git-Tag: v2.6.36-rc4~94^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e68630d13f9668f8f4dd6978fa41039bacfaf6;p=pandora-kernel.git drm/i915: Fix offset page-flips on i965+ i965 uses the Display Registers to compute the offset from the display base so the new base does not need adjusting when flipping. The older chipsets use a fence to access the display and so do perceive the surface as linear and have a single base register which is reprogrammed using the flip. Signed-off-by: Chris Wilson Cc: Jesse Barnes Reported-by: Marty Jack Reviewed-by: Jesse Barnes --- Reading git-diff-tree failed