[PATCH v2 03/22] drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Aug 19 10:59:00 UTC 2018


Hi Tomi,

On Monday, 13 August 2018 13:50:18 EEST Tomi Valkeinen wrote:
> On 06/08/18 23:36, Laurent Pinchart wrote:
> > The two functions implement the .set_timings() and .check_timings()
> > operations. Rename them to hdmi_disply_set_timings() and
> > hdmi_display_check_timings() respectively to match the operations names
> > and make searching the source code easier.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> > Reviewed-by: Sebastian Reichel <sebastian.reichel at collabora.co.uk>
> > ---
> > 
> >  drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c |  2 --
> >  drivers/gpu/drm/omapdrm/dss/hdmi4.c               | 12 ++++++------
> >  drivers/gpu/drm/omapdrm/dss/hdmi5.c               | 12 ++++++------
> >  3 files changed, 12 insertions(+), 14 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
> > b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c index
> > 29bda16afbdc..54f133d7da07 100644
> > --- a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
> > +++ b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
> > @@ -92,8 +92,6 @@ static void tfp410_set_timings(struct omap_dss_device
> > *dssdev,> 
> >  	struct panel_drv_data *ddata = to_panel_data(dssdev);
> >  	struct omap_dss_device *src = dssdev->src;
> > 
> > -	tfp410_fix_timings(vm);
> 
> ?

Oops :-/ I don't know how this ended up here, it should be in 04/22. I'll fix 
that.

-- 
Regards,

Laurent Pinchart





More information about the dri-devel mailing list