aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/mcde
diff options
context:
space:
mode:
authorPer Persson <per.xb.persson@stericsson.com>2011-04-18 08:02:01 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:44:10 +0200
commit009e36b6fb5c6cf4663d8766bde2700f7abb7350 (patch)
tree8942d565d5b88d5ddc1323b55f2b3e841bfdf4ff /drivers/video/mcde
parentbda64698f244d3262d46bd676e77235af202829c (diff)
video: mcde: Correct issue when changing HDMI resolution
Force an overlay update when changing the interlace mode only. ST-Ericsson ID: 335756 ST-Ericsson Linux next: Not tested, ER 282779 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I4f822565b771af173605dc723ecb4ad0fa7ade79 Signed-off-by: Per Persson <per.xb.persson@stericsson.com>
Diffstat (limited to 'drivers/video/mcde')
-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;