From: Antonino A. Daplas Date: Wed, 9 Nov 2005 05:39:05 +0000 (-0800) Subject: [PATCH] savagefb: X-panning fixes X-Git-Tag: v2.6.15-rc1~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d83b0bb8e5efda28ce4a1abc78277f1d03e50e5;p=pandora-kernel.git [PATCH] savagefb: X-panning fixes The driver unconditionally sets xpanstep to 2. However, a value of 4 empirically works better at bpp = 8, and 2 for 16 and 32. This buglet was exposed by the rotation code. Second fix is the unconditional call to update_start() without verifying if the offsets are correct. Remove this call, it's not necessary and secondly, it causes a crash with invalid values. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed