i915_gem_object_put_fence(9) 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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT