Re: [PATCH 1/7] drm/udl: Init connector before encoder and CRTC

2019-11-28 Thread Daniel Vetter
On Tue, Nov 26, 2019 at 02:47:01PM +0100, Thomas Zimmermann wrote: > To mimic simple-pipe, we initialize the connector before the rest of > the display pipeline. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/udl/udl_connector.c | 7 +++ > drivers/gpu/drm/udl/udl_drv.h |

[PATCH 1/7] drm/udl: Init connector before encoder and CRTC

2019-11-26 Thread Thomas Zimmermann
To mimic simple-pipe, we initialize the connector before the rest of the display pipeline. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/udl/udl_connector.c | 7 +++ drivers/gpu/drm/udl/udl_drv.h | 2 +- drivers/gpu/drm/udl/udl_modeset.c | 16 ++-- 3 files change