I‘m using PSDK Linux v6.00.00.07 on AM5728-EVM.
I'm trying to implement DMA transfer from CMEM memory to DRM memory by using kernel DMA engine on Linux.
But I cannot figure out how to convert virtual address of the DRM memory to the physical address, and cannot do DMA transfer.
DMA transfer from CMEM memory to CMEM memory has been already achieved by acquiring the physical address by using the CMEM memory acquisition API (CMEM_getPhys).
But problem is, when I tried same method for DRM memory converting virtual address to physical address, it fails and cannot convert it to physical address.
Please advise how to convert the virtual address of DRM memory to the physical address.