Tool/software: Linux
hi , TI experts,
I am using Linux usecase (OV490 3D srv ) in vision SDK 3.04.00.
Now my problem is that the display output only tex[0], tex[3], tex[1] and tex[2] are same with tex[1], tex[3].
I find out in vmem-exp.c ( kernel driver ), vmem_export_single function export the 2 video virtual addr (such as 0xa7a2b000, 0xa7a2b500)
to a same dmafd. It seems like the PAGE_MASK (4K Align) mask the offset(0x500).
If this, how GPU map the correct physical address ? I mean, the same dmafd get 2 different address (such as YUV 0xa7a2b000, 0xa7a2b500) ?
regards,
John