From: Keith Packard Date: Thu, 16 Apr 2009 22:17:39 +0000 (-0700) Subject: drm/i915: fix transition to I915_TILING_NONE X-Git-Tag: v2.6.30-rc4~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0bdd6f7284ed39ee553f8a8c4f0d372c87133a;p=pandora-kernel.git drm/i915: fix transition to I915_TILING_NONE Transitions to TILING_NONE skipped the call to unbind the object, which left the fence register set and caused future CPU access through the GTT to access the object in tiled mode. Signed-off-by: Keith Packard Signed-off-by: Eric Anholt --- Reading git-diff-tree failed