MLK-11514 [MX6SX] No GUI show and the display is blank after bootup to x rootfs with...
authorFancy Fang <chen.fang@freescale.com>
Tue, 15 Sep 2015 08:47:50 +0000 (16:47 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:34 +0000 (14:48 -0500)
commit20d7cb64f08ccd87a9245c69c9e4de287f8ac832
tree9a21de2df09e5fe7e901ee4002ed273eebcc8466
parent22344491cd5a65b2fbd209bd106da2245e0f4309
MLK-11514 [MX6SX] No GUI show and the display is blank after bootup to x rootfs with LVDS.100%.

The reason for this issue is that, on imx6sx platform, there is a display mix
to control the display modules(including lcdif) power on/off. When the fb
driver calls the 'pm_runtime_put_sync_suspend()', the display mix will be
powered down. And at this moment, all the register settings for lcdif always
have no effects. So the pm_runtime calling points in mxsfb driver should be
optimized to avoid this kind of cases.

Signed-off-by: Fancy Fang <chen.fang@freescale.com>
(cherry picked from commit 3b85eb989c89fb1c6d08215e435d72ab175e4e1e)

Conflicts:
drivers/video/mxsfb.c
drivers/video/fbdev/mxsfb.c