[PATCH 04/44] drm: Automatically unregister the connector during cleanup

2016-06-17 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 01:17:49PM +0100, Chris Wilson wrote: > As we now can call drm_connector_unregister() multiple times, provide a > failsafe unregister for a connector when cleaning it up. > > v2: Add a WARN to catch any connectors that are still visible to > userspace when we come to destoy

[PATCH 04/44] drm: Automatically unregister the connector during cleanup

2016-06-15 Thread Chris Wilson
As we now can call drm_connector_unregister() multiple times, provide a failsafe unregister for a connector when cleaning it up. v2: Add a WARN to catch any connectors that are still visible to userspace when we come to destoy them. Signed-off-by: Chris Wilson Cc: Dave Airlie Cc: dri-devel at l