]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00269245 MX6SL HDMI: print error message when HDMI cable plugin
authorSandor Yu <R01008@freescale.com>
Tue, 2 Jul 2013 06:55:04 +0000 (14:55 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:08 +0000 (14:14 +0200)
commit6745f2c4c657da14293b4368604a024b6eb34fcc
treeba379fcb515fe76170b40842b1fff2ef37912fb4
parentfc6a4f46066193dae26b9f92bad34fb730348bcb
ENGR00269245 MX6SL HDMI: print error message when HDMI cable plugin

When HDMI cable plugin, the frame buffer driver will print error
message "can't do pan display when fb is blank", it is cause by
sii902x driver call fb_set_var after fb power down.

sii902x driver should not mangement fb blank state, it should only
care its own power state.
Remove fb_blank function and replace it
with sii902x power management function.

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