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.

OMAP3 ISP CCDC DMA status

Other Parts Discussed in Thread: AM3715

  I meet a problem when developing scan device (such as a camera) driver on OMAP3 platform (my MPU is AM3715). The scan application may change the scan hardware settings (such as exposure time), and try to find out the best one. But sometimes, after applied the new settings, the scan hardware may did not output data, so the application blocked. Since i can't modify the application, the driver should notify this event to app. So my question is that, can the driver query the ISP CCDC DMA status such as how many bytes the DMA has transferred just as the omap_get_dma_src_pos and omap_get_dma_dst_pos functions used in OMAP ASOC driver?