]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00254931 IPUv3 Fb: Fix display twinkling issue during suspend/resume
authorWayne Zou <b36644@freescale.com>
Tue, 19 Mar 2013 01:38:04 +0000 (09:38 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:58 +0000 (08:35 +0200)
commite17631f091de8e35f48861e0fbc7923af28b36e5
tree640525524fa4cde7865666ca46292f1eaee7de23
parentce8b838517eb1d48622cb901edae0764132d186a
ENGR00254931 IPUv3 Fb: Fix display twinkling issue during suspend/resume

Fix display twinkling issue when video playback on LVDS during suspend/resume.
The issue happens when the rootfs application Xfbdev calls fb_set_var() for IPU
BG fb to unblank the console, so it wants to reinitialize the IPU BG. However,
IPU FG is still being used for video playback.It is reasonable to refuse
reprogramme because of the resources confilct.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/video/mxc/mxc_ipuv3_fb.c