Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c1084 if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bGOPPowerDown[u8GopType]==TRUE) in GOP_GWIN_TriggerRegWriteIn()
1335 switch(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP]) in GOP_GetGopGwinHVPixel()
1418 if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bHMirror) in GOP_SetGopGwinHVPixel()
1429 if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bHMirror) in GOP_SetGopGwinHVPixel()
1469 switch(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP]) in GOP_SetGopGwinHVPixel()
1490 …if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP] == E_DRV_GOP_3D_LINE_FRAMEPA… in GOP_SetGopGwinHVPixel()
1593 if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bGopHasInitialized[u8GOP] == TRUE) in GOP_SetGopExtendGwinInfo()
1607 …if(pGOPDrvLocalCtx->b32BPPTileMode[u8GOP] && pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bVMirror) in GOP_SetGopExtendGwinInfo()
1681 if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bGopHasInitialized[E_GOP1] == TRUE) in GOP_SetGop1GwinInfo()
1695 if(pGOPDrvLocalCtx->b32BPPTileMode[1] && pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.bVMirror) in GOP_SetGop1GwinInfo()
[all …]
H A DdrvGFLIP.h138 MS_GOP_CTX_SHARED apiCtxShared; member
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c7677 if(pDrvGOPShared->apiCtxShared.bGopHasInitialized[gop]) in Ioctl_GOP_GetProperty()
7679 pGOPInitInfo->u16PanelWidth = pDrvGOPShared->apiCtxShared.u16PnlWidth[gop]; in Ioctl_GOP_GetProperty()
7680 pGOPInitInfo->u16PanelHeight = pDrvGOPShared->apiCtxShared.u16PnlHeight[gop]; in Ioctl_GOP_GetProperty()
7681 pGOPInitInfo->u16PanelHStr = pDrvGOPShared->apiCtxShared.u16PnlHStr[gop]; in Ioctl_GOP_GetProperty()
7682 pGOPInitInfo->bEnableVsyncIntFlip = pDrvGOPShared->apiCtxShared.bEnableVsyncIntFlip; in Ioctl_GOP_GetProperty()
7683 … pGOPInitInfo->u32GOPRBAdr = pDrvGOPShared->apiCtxShared.fbPool1.GWinFB_Pool_BaseAddr; in Ioctl_GOP_GetProperty()
7684 … pGOPInitInfo->u32GOPRBLen = pDrvGOPShared->apiCtxShared.fbPool1.u32GWinFB_Pool_MemLen; in Ioctl_GOP_GetProperty()
7685 pGOPInitInfo->u32GOPRegdmaAdr = pDrvGOPShared->apiCtxShared.phyGOPRegdmaAdr; in Ioctl_GOP_GetProperty()
7686 pGOPInitInfo->u32GOPRegdmaLen = pDrvGOPShared->apiCtxShared.u32GOPRegdmaLen; in Ioctl_GOP_GetProperty()
10398 if(pDrvGOPShared->apiCtxShared.bEnableVsyncIntFlip ==FALSE)//Usr RedLine:GFLIP Suspend/Resume in Ioctl_GOP_PowerState()
[all …]