Drop reference of a drm device
void drm_dev_unref(struct drm_device * dev);
dev
device to drop reference of or NULL
This decreases the ref-count of dev by one. The device is destroyed if the ref-count drops to zero.
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