From: Eric Anholt Date: Tue, 25 Nov 2008 22:02:05 +0000 (-0800) Subject: drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. X-Git-Tag: v2.6.28-rc8~53^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f014f2de04893f95cfe40fe35f15c8dae4b36e;p=pandora-kernel.git drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. This fixes readpixels and buffer corruption when swapped out and in by disabling tiling on them. Now that we know that the bit 17 mode isn't just a mistake of older chipsets, we'll need to work on a clever fix so that we can get the performance of tiling on these chipsets, but that will require intrusive changes targeted at the next kernel release, not this one. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed