Name
i915_gem_object_unpin_fence —
unpin fencing state
Synopsis
void i915_gem_object_unpin_fence ( | struct drm_i915_gem_object * obj) ; |
Arguments
obj
object to unpin fencing for
Description
This releases the fence pin reference acquired through
i915_gem_object_pin_fence. It will handle both objects with and without an
attached fence correctly, callers do not need to distinguish this.