From: Daniel Vetter Date: Thu, 16 Sep 2010 15:54:23 +0000 (+0200) Subject: drm/i915: range-restricted bind_to_gtt X-Git-Tag: v2.6.38-rc1~419^2~23^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920afa77ced7124c8bb7d0c4839885618a3b4a54;p=pandora-kernel.git drm/i915: range-restricted bind_to_gtt Like before add a parameter mappable (also to gem_object_pin) and set it depending upon the context. Only bos that are brought into the gtt due to an execbuffer call can be put into the unmappable part of the gtt, everything else (especially pinned objects) need to be put into the mappable part of the gtt. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed