commit | 953fe3a3f6c29a71820f31c02b1c06e0ab9806e2 | [log] [tgz] |
---|---|---|
author | Sandor Yu <R01008@freescale.com> | Mon Jan 09 21:23:33 2012 +0800 |
committer | Frank Li <Frank.Li@freescale.com> | Wed Jan 11 09:19:34 2012 +0800 |
tree | 3e0224e099ec4232b3e91572c07b5be60a7199f3 | |
parent | c9fe1a5afc6fce458e833b26d4f0e3dc612fac37 [diff] |
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>