[PATCH 4/5] drm/udl: Unplugging a device now unregisters it
Chris Wilson
chris at chris-wilson.co.uk
Fri Jun 24 14:36:21 UTC 2016
Rather than manually perform our unregistration actions before shutting
down the device, move them to drm_unplug_dev().
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Cc: David Airlie <airlied at linux.ie>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Cc: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
Cc: Amitoj Kaur Chawla <amitoj1606 at gmail.com>
Cc: dri-devel at lists.freedesktop.org
---
drivers/gpu/drm/udl/udl_drv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/udl/udl_drv.c b/drivers/gpu/drm/udl/udl_drv.c
index c20408940cd0..17d34e0edbdd 100644
--- a/drivers/gpu/drm/udl/udl_drv.c
+++ b/drivers/gpu/drm/udl/udl_drv.c
@@ -94,7 +94,6 @@ static void udl_usb_disconnect(struct usb_interface *interface)
struct drm_device *dev = usb_get_intfdata(interface);
drm_kms_helper_poll_disable(dev);
- drm_connector_unregister_all(dev);
udl_fbdev_unplug(dev);
udl_drop_usb(dev);
drm_unplug_dev(dev);
--
2.8.1
More information about the dri-devel
mailing list