]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:51 +0000 (14:12 +0200)
commitb6e8b9f36f044ac5e4713448dc8ade4a2d66d6a8
treed24f96dce4ad12ac246d729541d0b5a054b8cf6e
parent17fe82020888c5351200bed608344167f95430e2
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