From: Chris Wilson Date: Tue, 11 Jan 2011 11:07:54 +0000 (+0000) Subject: drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTT X-Git-Tag: v2.6.38-rc1~398^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9126400580e2caada85fa68799952956a6062fd;p=pandora-kernel.git drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTT Dave Airlie spotted that his ILK laptop with DMAR enabled was generating the occasional DMAR warning. "The ordering in the previous code was to rewrite the GTT table before unmapping the pages and that makes sense to me." This is his stable patch ported to d-i-n. Reported-by: Dave Airlie Original-patch-by: Dave Airlie Signed-off-by: Chris Wilson --- Reading git-diff-tree failed