Re: [PATCH 24/29] drm/omap: Factor out common mode validation code

2018-12-11 Thread Sebastian Reichel
Hi Laurent, On Mon, Dec 10, 2018 at 10:27:05AM +0200, Laurent Pinchart wrote: > On Monday, 10 December 2018 00:19:22 EET Sebastian Reichel wrote: > > On Wed, Dec 05, 2018 at 05:00:17PM +0200, Laurent Pinchart wrote: > > > The encoder .atomic_check() and connector .mode_valid() operations both > >

Re: [PATCH 24/29] drm/omap: Factor out common mode validation code

2018-12-10 Thread Laurent Pinchart
Hi Sebastian, On Monday, 10 December 2018 00:19:22 EET Sebastian Reichel wrote: > Hi, > > On Wed, Dec 05, 2018 at 05:00:17PM +0200, Laurent Pinchart wrote: > > The encoder .atomic_check() and connector .mode_valid() operations both > > walk through the dss devices in the pipeline to validate the

Re: [PATCH 24/29] drm/omap: Factor out common mode validation code

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:17PM +0200, Laurent Pinchart wrote: > The encoder .atomic_check() and connector .mode_valid() operations both > walk through the dss devices in the pipeline to validate the mode. > Factor out the common code in a new omap_drm_connector_mode_fixup() > function. >

[PATCH 24/29] drm/omap: Factor out common mode validation code

2018-12-05 Thread Laurent Pinchart
The encoder .atomic_check() and connector .mode_valid() operations both walk through the dss devices in the pipeline to validate the mode. Factor out the common code in a new omap_drm_connector_mode_fixup() function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_connector.c |