]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00221444 HDMI: video mode wrong when bootup without HDMI cable
authorSandor Yu <R01008@freescale.com>
Mon, 27 Aug 2012 02:25:02 +0000 (10:25 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:19 +0000 (08:35 +0200)
commita15a5065909f53d8f4ffefa9b54666628ae4fd4f
treed24f96dce4ad12ac246d729541d0b5a054b8cf6e
parent6ea6759be80adb419d96ad38ae43612d5d220b9f
ENGR00221444 HDMI: video mode wrong when bootup without HDMI cable

Bootup Android without HDMI cable plugin, then plugin HDMI cable,
video mode in /sys/class/graphics/fb0/mode not same as actually
HDMI work video mode.

The root cause is in video mode point to one of video mode in
original video modelist, but the modelist will be updated when
HDMI cable plug to new monitor.
If HDMI original worked video mode can work on new monitor,
the HDMI and framebuffer will not updated, so HDMI actually
work mode not same as /sys/class/graphics/fb0/mode

Updated fbi mode pointer even if video mode no changed
in case moselist is updated, the issue will fixed.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/video/mxc_hdmi.c