summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/mcde/mcde_hw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c
index cc7f2dc838b..1ff68044129 100644
--- a/drivers/video/mcde/mcde_hw.c
+++ b/drivers/video/mcde/mcde_hw.c
@@ -2550,6 +2550,11 @@ int mcde_chnl_set_video_mode(struct mcde_chnl_state *chnl,
chnl->vmode = *vmode;
+ if (chnl->ovly0)
+ chnl->ovly0->update = true;
+ if (chnl->ovly1)
+ chnl->ovly1->update = true;
+
dev_vdbg(&mcde_dev->dev, "%s exit\n", __func__);
return 0;