Skip to content

Commit 9c626de

Browse files
pinchartltomba
authored andcommitted
drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler
Both the .check_timings() and .set_timings() handlers call tfp410_fix_timings() to fix the timing's flags. As .check_timings() is always called before .set_timings(), there's no need to fix the flags twice. Remove the tfp410_fix_timings() call from .set_timings(). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
1 parent ec68cd5 commit 9c626de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ static void tfp410_set_timings(struct omap_dss_device *dssdev,
9292
struct panel_drv_data *ddata = to_panel_data(dssdev);
9393
struct omap_dss_device *src = dssdev->src;
9494

95-
tfp410_fix_timings(vm);
96-
9795
ddata->vm = *vm;
9896

9997
src->ops->set_timings(src, vm);

0 commit comments

Comments
 (0)