[PATCH 0/6] drm/drv: Remove drm_dev_unplug()
Noralf Trønnes
noralf at tronnes.org
Sun Feb 3 15:41:54 UTC 2019
This series removes drm_dev_unplug() and moves the unplugged state
setting to drm_dev_unregister(). All drivers will now have access to the
unplugged state if they so desire.
The drm_device ref handling wrt to the last fd closed after unregister
have been simplified, which also fixed a double drm_dev_unregister()
situation.
Noralf.
Noralf Trønnes (6):
drm: Fix drm_release() and device unplug
drm/drv: Prepare to remove drm_dev_unplug()
drm/amd: Use drm_dev_unregister()
drm/udl: Use drm_dev_unregister()
drm/xen: Use drm_dev_unregister()
drm/drv: Remove drm_dev_unplug()
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +-
drivers/gpu/drm/drm_drv.c | 48 ++++++++-----------------
drivers/gpu/drm/drm_file.c | 6 ++--
drivers/gpu/drm/udl/udl_drv.c | 3 +-
drivers/gpu/drm/xen/xen_drm_front.c | 7 ++--
include/drm/drm_drv.h | 11 +++---
6 files changed, 27 insertions(+), 51 deletions(-)
--
2.20.1
More information about the amd-gfx
mailing list