Hi
This series fixes unplugging of DRM devices. It introduces four new helpers
which replace the old drm_put_dev(), drm_unplug_dev(), drm_fill_in_dev()
helpers:
- drm_dev_alloc()
Allocate a DRM device, initialize all static objects and fill in driver data.
The device is not registered nor a
Hi
This series fixes unplugging of DRM devices. It introduces four new helpers
which replace the old drm_put_dev(), drm_unplug_dev(), drm_fill_in_dev()
helpers:
- drm_dev_alloc()
Allocate a DRM device, initialize all static objects and fill in driver data.
The device is not registered nor a