Home
last modified time | relevance | path

Searched refs:stFlipQueueIdx (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGFLIP.c1059 MS_GFLIP_GOPGWINIDX stFlipQueueIdx; in MDrv_GFLIP_ClearFlipQueue() local
1070 stFlipQueueIdx.u32GopIdx = u32GopIdx; in MDrv_GFLIP_ClearFlipQueue()
1071 stFlipQueueIdx.u32GwinIdx = u32GwinIdx; in MDrv_GFLIP_ClearFlipQueue()
1072 stFlipQueueIdx.u32Result = TRUE; in MDrv_GFLIP_ClearFlipQueue()
1082 return stFlipQueueIdx.u32Result; in MDrv_GFLIP_ClearFlipQueue()
1090 if (ioctl(pGOPDrvLocalCtx->s32FdGFlip, MDRV_GFLIP_IOC_CLEARFLIPQUEUE, &stFlipQueueIdx)) in MDrv_GFLIP_ClearFlipQueue()
1095 return stFlipQueueIdx.u32Result; in MDrv_GFLIP_ClearFlipQueue()