i915_gem_object_pin_fence — pin fencing state
bool i915_gem_object_pin_fence ( | struct drm_i915_gem_object * obj) ; |
This pins the fencing state (whether tiled or untiled) to make sure the
object is ready to be used as a scanout target. Fencing status must be
synchronize first by calling i915_gem_object_get_fence
:
The resulting fence pin reference must be released again with
i915_gem_object_unpin_fence
.