Why hdmi_enable_overflow_interrupts() will be called?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why hdmi_enable_overflow_interrupts() will be called?

541 Views
m_c
Senior Contributor I

Customer found this function is always been called when using DSI+HDMI and can't enter Android. After modify as below, then can enter Android.

static void hdmi_enable_overflow_interrupts(void)

{

        return;

        pr_debug("%s\n", __func__);

        hdmi_writeb(0, HDMI_FC_MASK2);

        hdmi_writeb(0, HDMI_IH_MUTE_FC_STAT2);

}

Labels (2)
0 Kudos
1 Reply

335 Views
igorpadykov
NXP Employee
NXP Employee

Hi Mike

please check

devuan-sdk/f922b0d.patch at master · dyne/devuan-sdk · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos