other versions
- jessie 3.16.56-1+deb8u1
DRM_DEV_UNREF(9) | DRM Core | DRM_DEV_UNREF(9) |
NAME¶
drm_dev_unref - Drop reference of a DRM deviceSYNOPSIS¶
void
drm_dev_unref(struct drm_device * dev);
ARGUMENTS¶
devdevice 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 <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |