From: Ben Widawsky Date: Wed, 31 Jul 2013 23:59:58 +0000 (-0700) Subject: drm/i915: Add VM to pin X-Git-Tag: v3.12-rc1~136^2~59^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37e22046148971a35a89931aa1f951bb99d5514;p=pandora-kernel.git drm/i915: Add VM to pin To verbalize it, one can say, "pin an object into the given address space." The semantics of pinning remain the same otherwise. Certain objects will always have to be bound into the global GTT. Therefore, global GTT is a special case, and keep a special interface around for it (i915_gem_obj_ggtt_pin). v2: s/i915_gem_ggtt_pin/i915_gem_obj_ggtt_pin Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed