From: Daniel Vetter Date: Thu, 16 Sep 2010 17:37:04 +0000 (+0200) Subject: drm/i915: unbind unmappable objects on fault/pin X-Git-Tag: v2.6.38-rc1~419^2~23^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e809acc167c3ede231cafcdab1be93bab3e429;p=pandora-kernel.git drm/i915: unbind unmappable objects on fault/pin In i915_gem_object_pin obviously unbind only if mappable is true. This is the last part to enable gtt_mappable_end != gtt_size, which the next patch will do. v2: Fences on g33/pineview only work in the mappable part of the gtt. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed