This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

No interrupts in VPIF display driver

Hello everybody, I want PAL video out through composite in DM6467, when I run dmai sample app video appMain.dm6467.o470MV, it blocks in VIDIOC_DQBUF, then i debug it, I found only one interrupt happened in initialization. each video channel clock is enable but I don't what else I need to do to let interrupt work continuesly. can someone help me? thanks!

  • Ray,

    You can quickly do this by disabling interrupt completely in video driver. This is not really recommended as it might result in display tearing, or skipping buffers or duplication of buffers etc. in display.

    Since the driver is getting blocked, I'm suspecting an issue w.r.t the driver. Ideally it should have taken the next frame available in the queue if its available or should have displayed the previous frame again.