]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00171444 HDMI: Change video mode system will hang.
authorSandor Yu <R01008@freescale.com>
Mon, 9 Jan 2012 13:23:33 +0000 (21:23 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:47 +0000 (08:33 +0200)
commite0963b1c2c70d9a4a979aebefebda1ea39ca0cdd
tree06a97d57e8e80ea4437fbf961352482c67440514
parente446a37427af2112182a7bcc79376bdad16001e5
ENGR00171444 HDMI: Change video mode system will hang.

There are two couples register for HDMI PHY interrupt/mask:
HDMI_FC_INT2, HDMI_FC_MASK2 and HDMI_IH_FC_STAT2, HDMI_IH_MUTE_FC_STAT2.
The register can not mixed use it, otherwise the interrupt will missing
and not clean.
Mask interrupt with HDMI_IH_MUTE_FC_STAT2 so check interrupt
should use register HDMI_IH_FC_STAT2.

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