From: Eric Anholt Date: Tue, 23 Sep 2008 21:50:57 +0000 (-0700) Subject: drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. X-Git-Tag: v2.6.28-rc1~255^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd88ee4c1b1c8fc8b78a0ba7b6235d230cea0d05;p=pandora-kernel.git drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. Fixes failure to map the ringbuffer when PAT tells us we don't get to do uncached on something that's already mapped WC, or something along those lines. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed