• B
    drm/i915: Add VM to pin · c37e2204
    Ben Widawsky 提交于
    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: NBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
    c37e2204
i915_drv.h 67.3 KB