displayLink_drv.c
we dump the display buffers, and play the file ,we found that some buffer was RGB32, some buffer was YUYV, i don't know why?
the detail folows:
Int32 DisplayLink_drvProcessData(DisplayLink_Obj *pObj)
Vps_printf(" zhoule pFrame address 00 %p %p %d\n",pFrame->addr[0U][0U],pFrame->addr[1U][0U]);
then we used the address for dump, there were seiral buffers for display.
./devmsave 0xa0984000 0x1c2000 dump.txt
then play the dump.txt, some address the format was RGB32 ,some was YUYV,why?
specificly, when pFrame->addr[0U][1U] was null , the format was YUYV