Why hdmi_enable_overflow_interrupts() will be called?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Why hdmi_enable_overflow_interrupts() will be called?

957 次查看
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);

}

标签 (2)
0 项奖励
回复
1 回复

751 次查看
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 项奖励
回复