Unregister and release a drm device
void drm_put_dev(struct drm_device * dev);
dev
DRM device
Called at module unload time or when a PCI device is unplugged.
Use of this function is discouraged. It will eventually go away completely. Please use drm_dev_unregister and drm_dev_unref explicitly instead.
Cleans up all DRM device, calling drm_lastclose.
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