Hi,
I am in the process of evaluating the DM8168 Soc. Our use case is to transfer decoded video frame data over PCIe bus to the host PC machine running windows or Linux. After reading all the documentation shipped with the latest SDK, I am still not clear how to do this on DM8168 evm. Could TI's support team shed some lights on this.
- I have noticed that there are detailed documentation on the usage of EDMA controller in other daVinci video processors silicons. But I didn't find any information about how to program EDMA3 hardware in DM8168. Are all the EDMA channles only for SOC chip internal use? I assume there must be some channels left for end user to use. The only thing I could find is the TI81xx-PSP-EDMA-Driver-User-Guide (only 3 pages ), which didn't have any information regarding how to setup a dma channel in user space application.
- I have also noticed that TI has made some effort to support PCIe in the latest SDK and the EP mode support has been added. But all I read is that the EVM board in EP mode can be boot up over PCIe. Nothing mentioned about how to set up an DMA to do data transfer over PCIe port to another board.
- I understand that there is an HDVPSS on the silicon which take care of display job for decoded data. But our application need to push the decoded data to another machine for further processing. For testing purpose, we would like to use DM8168 evm as an end-point and another C6A8168 evm as the root-complex. I am wondering if TI's support team could provide any code example to demo the data transfer. The demo application in ../omx_05_01_01_80/packages/ti/omx/demos/decode already has a good start to let user intercept the decoded video data, the rest of thing is how to initiate the dma to transfter each frame data to another board over pcie bus.
Your help will be highly appreciated.
-Perry