From: Chris Wilson Date: Thu, 28 Oct 2010 10:26:06 +0000 (+0100) Subject: drm/i915: Use pci_iomap for remapping the MMIO registers. X-Git-Tag: v2.6.38-rc1~419^2~23^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ce0f85159f77f208a62930f67b4e548576a5a3;p=pandora-kernel.git drm/i915: Use pci_iomap for remapping the MMIO registers. Play safe and use the common routines which take care of the cachability of the memory when setting up the iomapping for the PCI registers. Whilst they should be cacheable for the current generations, actually honouring what the device requires is a better long term strategy. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed