Re: [PATCH v1 02/16] drm/exynos: fix opencoded use of drm_panel_*

2019-12-01 Thread Sam Ravnborg
On Sun, Aug 04, 2019 at 10:16:23PM +0200, Sam Ravnborg wrote: > drm_panel_attach() will check if there is a controller > already attached - drop the check in the driver. > > Use drm_panel_get_modes() so the driver no longer uses the function > pointer. Applied to drm-misc-next. Sam > >

[PATCH v1 02/16] drm/exynos: fix opencoded use of drm_panel_*

2019-08-04 Thread Sam Ravnborg
drm_panel_attach() will check if there is a controller already attached - drop the check in the driver. Use drm_panel_get_modes() so the driver no longer uses the function pointer. Signed-off-by: Sam Ravnborg Cc: Inki Dae Cc: Joonyoung Shim Cc: Seung-Woo Kim Cc: Kyungmin Park Cc: Kukjin Kim