drm/udl: move to embedding drm device inside udl device.
authorDave Airlie <airlied@redhat.com>
Mon, 15 Jul 2019 18:05:58 +0000 (12:05 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2019 07:03:18 +0000 (09:03 +0200)
commit466bdfc6c4d62c7e28e6785c7d2e106a906f7754
tree32a49c1b733b81f1a552846701e0622d2e8c10a8
parentaf48f7d79faeaa9f426b400c6ec332fe669553e0
drm/udl: move to embedding drm device inside udl device.

commit 6ecac85eadb9d4065b9038fa3d3c66d49038e14b upstream.

This should help with some of the lifetime issues, and move us away
from load/unload.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190405031715.5959-4-airlied@gmail.com
Signed-off-by: Ross Zwisler <zwisler@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/udl/udl_drv.c
drivers/gpu/drm/udl/udl_drv.h
drivers/gpu/drm/udl/udl_fb.c
drivers/gpu/drm/udl/udl_main.c