From: Keith Packard Date: Sat, 25 Jun 2011 04:02:59 +0000 (-0700) Subject: drm/i915: i915_gem_object_finish_gtt must always release gtt mmap X-Git-Tag: v3.1-rc1~230^2~18^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97c3d9c1655522be3adc5ae1aa153a18467e924;p=pandora-kernel.git drm/i915: i915_gem_object_finish_gtt must always release gtt mmap Even if the object is no longer in the GTT domain, there may still be a user space mapping which needs to be released. Without this fix, render-based text (mostly in firefox) would occasionally get corrupted when the system was under load. Signed-off-by: Keith Packard --- Reading git-diff-tree failed