drm_dev_unref(9) Drop reference of a DRM device

SYNOPSIS

void drm_dev_unref(struct drm_device * dev);

ARGUMENTS

dev

device to drop reference of or NULL

DESCRIPTION

This decreases the ref-count of dev by one. The device is destroyed if the ref-count drops to zero.

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