From: Chris Wilson Date: Tue, 2 Nov 2010 11:17:23 +0000 (+0000) Subject: drm/i915: Drop the iomem accessors when writing to the kmapped blt batch X-Git-Tag: v2.6.38-rc1~419^2~23^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27153f72d04bcd83b3a66e219418a21d6269553b;p=pandora-kernel.git drm/i915: Drop the iomem accessors when writing to the kmapped blt batch I presumed that we would be writing to the batch through the GTT having bound it, so I converted it to use iomem. Even later as I spotted that we didn't even move the batch to the GTT (now an issue since we default to uncached memory on SNB) I still didn't realise that using iomem for kmapped memory was incorrect. Fix it. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed