drm_mode_object_unreference(9) decr the object refcnt

SYNOPSIS

void drm_mode_object_unreference(struct drm_mode_object * obj);

ARGUMENTS

obj

mode_object

DESCRIPTION

This functions decrements the object's refcount if it is a refcounted modeset object. It is a no-op on any other object. This is used to drop references acquired with drm_mode_object_reference.

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