From: Ben Widawsky Date: Mon, 19 Nov 2012 20:23:44 +0000 (-0800) Subject: drm/i915: Use pci_resource functions for BARs. X-Git-Tag: v3.8-rc1~82^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c621584ba57e6112864dcd79b71020c9525f6a;p=pandora-kernel.git drm/i915: Use pci_resource functions for BARs. This was leftover crap from kill-agp. The current code is theoretically broken for 64b bars. (I resist removing theoretically because I am too lazy to test). We still need to ioremap things ourselves because we want to ioremap_wc the PTEs. v2: Forgot to kill the tmp variable in v1 CC: Chris Wilson Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed