• Ben Widawsky's avatar
    drm/i915: Add VM to pin · c37e2204
    Ben Widawsky authored
    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: default avatarBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    c37e2204
intel_overlay.c 39.2 KB