From: Chris Wilson Date: Sat, 7 Aug 2010 10:01:38 +0000 (+0100) Subject: drm/i915: Only update i845/i865 CURBASE when disabled (v2) X-Git-Tag: v2.6.36-rc2~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560b85bb750c3c539641993dd508b61260c9e874;p=pandora-kernel.git drm/i915: Only update i845/i865 CURBASE when disabled (v2) The i845 and i865 have a peculiarlity in that CURBASE is not the trigger for the vsync update of the cursor registers but instead the modification of that register is prohibited whilst the cursor is enabled. Reorder the write sequence for CURPOS, CURCNTR and CURBASE on i845 to i865 to match. v2: Remove the checks for i845/i865 from within i9xx_cursor_update() Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt --- Reading git-diff-tree failed