]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:33 +0000 (14:10 +0200)
commit13c7632eb390ece431a5ee2e26d31faae0fc3964
tree06a97d57e8e80ea4437fbf961352482c67440514
parent2289082702d979220d258fc6f4a6fd24386a4a5f
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