Re: [PATCH 3/3] drm/udl: move to embedding drm device inside udl device.

2019-04-05 Thread Alex Deucher
On Thu, Apr 4, 2019 at 11:17 PM Dave Airlie wrote: > > From: Dave Airlie > > This should help with some of the lifetime issues, and move us away > from load/unload. > > Signed-off-by: Dave Airlie Not too familiar with the usb interface stuff, but it seems to be doing the right thing. Patches 1

[PATCH 3/3] drm/udl: move to embedding drm device inside udl device.

2019-04-04 Thread Dave Airlie
From: Dave Airlie This should help with some of the lifetime issues, and move us away from load/unload. Signed-off-by: Dave Airlie --- drivers/gpu/drm/udl/udl_drv.c | 56 +++--- drivers/gpu/drm/udl/udl_drv.h | 9 +++--- drivers/gpu/drm/udl/udl_fb.c | 2 +- dri