android 5.1 hdmi cec interrupts issue

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

android 5.1 hdmi cec interrupts issue

655 Views
yenchao
Contributor IV

Hi All,

I'm working on android 5.1(kernel 3.14.52) with imx6dl.

We found that sometimes the amount of hdmi cec event we measured is inconsistent with the amount of irq 147.

(cat /proc/interrupts | grep hdmi_cec)

Does anyone know why?

Anyadvice and suggestions will be greatly appricated

Thx

Yen

Labels (2)
0 Kudos
1 Reply

470 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Yen,

According to MX6 Reference manual table 3-1:

image001.png

However RM need some comments to be added, interrupt 147 is used for both HDMI and CEC.  HDMI master interrupt request is correct interrupter for both HDMI video and CEC, when the interrupt trigger, CEC driver will check the CEC states register.

Interrupt 148 is used only for CEC wake-up.

Hope this helps,

Regards

0 Kudos