commit | c37e22046148971a35a89931aa1f951bb99d5514 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Wed Jul 31 16:59:58 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 05 19:04:09 2013 +0200 |
tree | 26e14956bac6256dae10f6f9753643a445f81e1f | |
parent | fcb4a57805e04dee04f736c25a5648ec7bebe30f [diff] |
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 <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>