aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/omap2/displays/panel-tc358765.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/panel-tc358765.c b/drivers/video/omap2/displays/panel-tc358765.c
index 86faab2..7605c630 100644
--- a/drivers/video/omap2/displays/panel-tc358765.c
+++ b/drivers/video/omap2/displays/panel-tc358765.c
@@ -299,6 +299,9 @@ static int tc358765_power_on(struct omap_dss_device *dssdev)
struct tc358765_data *d2d = dev_get_drvdata(&dssdev->dev);
int r;
+ /* At power on the first vsync has not been received yet */
+ dssdev->first_vsync = false;
+
dev_dbg(&dssdev->dev, "power_on\n");
if (dssdev->platform_enable)