Why hdmi_enable_overflow_interrupts() will be called?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Why hdmi_enable_overflow_interrupts() will be called?

553件の閲覧回数
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 返信

347件の閲覧回数
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 件の賞賛