Hi, all
We have tried two solutions at below, but both are not worked.(kernel version 3.10)
1. set active top(mxc_v4l2_capture.c) value 3, or 4, or 13
Actully we tried 1~255...
2. Refer [5 Common issue] of i.MX6_IPU_TVIN_Application_Notes.pdf, and also tried the patch of [5.1.1 Detect NFB4EOF Error or TVIN Signal Lock Lost].
Waring log:
We are using tc90105fg video decoder, and known its output blanking video is unragular.
----- pre line data + EAV + blanking samples + SAV + next line data ----
the blanking samples are unragular, it's a not fixed value.
Let me know if you have any advice.
Thanks,
kong
I'm trying add vsync/hsync signal on my sabre for testing, i will back and share my result.
Hi Kong
IPU_INT_STAT_10 =0x00080000" points to data starvation when data that should be sent to display is not available in IPUs internal FIFO. Most probable cause for this issue is huge load on the DDR memory bus. One can try to set IPU prioirty higher using sect.36.4.7 GPR (IOMUXC_GPR6)
i.MX 6Dual/6Quad Applications Processor Reference Manual
Best regards
igor
Hi igorpadykov,
Thanks for your reply.
I tried it(0x7F007F -> 0xFF00FF), but the issue is not be fixed.