Re: [PATCH 28/60] drm/omap: Factor out display type to connector type conversion

2019-08-13 Thread Laurent Pinchart
Hi Tomi, On Tue, Aug 13, 2019 at 10:32:10AM +0300, Tomi Valkeinen wrote: > On 07/07/2019 21:19, Laurent Pinchart wrote: > > Move the code that computes the DRM connector type for the > > omapdss_device display type to a new omapdss_device_connector_type() > > function for later reuse. > > > > Sig

Re: [PATCH 28/60] drm/omap: Factor out display type to connector type conversion

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: Move the code that computes the DRM connector type for the omapdss_device display type to a new omapdss_device_connector_type() function for later reuse. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/base.c | 23

[PATCH 28/60] drm/omap: Factor out display type to connector type conversion

2019-07-07 Thread Laurent Pinchart
Move the code that computes the DRM connector type for the omapdss_device display type to a new omapdss_device_connector_type() function for later reuse. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/base.c | 23 +++ drivers/gpu/drm/omapdrm/dss/omapdss