Re: [PATCH 1/2] drm: do lower level device put on unplugged releases

2019-03-15 Thread Noralf Trønnes
Den 15.03.2019 06.13, skrev Dave Airlie: > From: Dave Airlie > > When we release the file handle on a device that has been unplugged > it has already called the unregister path, which doesn't like being > called again. We should just do the dev put version instead. > > This fixes some crashes

[PATCH 1/2] drm: do lower level device put on unplugged releases

2019-03-14 Thread Dave Airlie
From: Dave Airlie When we release the file handle on a device that has been unplugged it has already called the unregister path, which doesn't like being called again. We should just do the dev put version instead. This fixes some crashes unplugged in a udl device. Signed-off-by: Dave Airlie -