drm_gem_object_reference(9) acquire a GEM BO reference

SYNOPSIS

void drm_gem_object_reference(struct drm_gem_object * obj);

ARGUMENTS

obj

GEM buffer object

DESCRIPTION

This acquires additional reference to obj. It is illegal to call this without already holding a reference. No locks required.

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