Name
i915_gem_object_put_fence —
force-remove fence for an object
Synopsis
int i915_gem_object_put_fence ( | struct drm_i915_gem_object * obj) ; |
Arguments
obj
object to map through a fence reg
Description
This function force-removes any fence from the given object, which is useful
if the kernel wants to do untiled GTT access.
Returns
0 on success, negative error code on failure.