]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00173962 Added HDMI enable function
authorSandor Yu <R01008@freescale.com>
Wed, 8 Feb 2012 05:45:18 +0000 (13:45 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:57 +0000 (08:33 +0200)
commit324220167cdd21492965ab7c19ac3c9b93ea0c38
treebd5f0b8cbb500d2b0ecdbe6d6032ce8a229efd4f
parent40c5bc28e050f26fbfcca6170a34bcd417cd4344
ENGR00173962 Added HDMI enable function

Whenever IPU clock change or gating, the HDMI PHY should reset or config again,
otherwise the HDMI PHY will not work.
It is the root cause for Ubuntu can't show GUI to HDMI device when bootup
and GPU application tutorial4_es20 no output to HDMI device.
Added enable function in mxcfb_set_par() to fix aboved two issue.

Added HDMI initialization check, only one HDMI instanse supported.

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