Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c274 else if (u8GwinID>=g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum) in _GOP_IsGwinIdValid()
968 if((gId< g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum) in _GOP_GWIN_IsGwinCreated()
1019 *pu16y = *pu16y/2 + g_pGOPCtxLocal->pGopChipProperty->GOP_VE_V_Offset; in _GOP_GWIN_Align_StretchWin()
1052 if(g_pGOPCtxLocal->pGopChipProperty->enGOP3DType == E_DRV_3D_DUP_HALF) in _GOP_GWIN_Adjust_3DStretchWin()
1205 MaxGwinSupport = g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in _GOP_GWIN_IsGwinExistInClient()
1345 …g_pGOPCtxLocal->sMirrorInfo = kmalloc(g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP_… in _GOP_Init_Ctx()
1348 …g_pGOPCtxLocal->sMirrorInfo = malloc(g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP_G… in _GOP_Init_Ctx()
1365 …memset(g_pGOPCtxLocal->sMirrorInfo, 0, g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP… in _GOP_Init_Ctx()
1455 if(!g_pGOPCtxLocal->pGopChipProperty->bAutoAdjustMirrorHSize) in _GOP_GWIN_SetHVMirrorDRAMAddr()
1668 … if ((g_pGOPCtxLocal->pGopChipProperty->bOpInterlace == TRUE) && ( Gop0Dst == E_DRV_GOP_DST_OP0)) in _SetGop0WinInfo()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c653 if (u8GwinID>=pDrvCtx->pGopChipProperty->TotalGwinNum) in _IsGwinIdValid()
970 if(pGOPDrvLocalCtx->apiCtxLocal.pGopChipProperty->bBnkForceWrite) in GOP_GWIN_TriggerRegWriteIn()
985 if(pGOPDrvLocalCtx->apiCtxLocal.pGopChipProperty->bAFBC_Merge_GOP_Trig ==FALSE) in GOP_GWIN_TriggerRegWriteIn()
1001 if(pGOPDrvLocalCtx->apiCtxLocal.pGopChipProperty->bPixelModeSupport) in GOP_GWIN_TriggerRegWriteIn()
1071 if(pGOPDrvLocalCtx->apiCtxLocal.pGopChipProperty->bBnkForceWrite) in GOP_GWIN_TriggerRegWriteIn()
1183 if(pGOPCtx->pGopChipProperty->b2Pto1PSupport==TRUE) in _GOP_GWIN_2PEngineAlignChecker()
2200 bAFBCStatus |= pGOPCtx->pGopChipProperty->bAFBC_Support[i]; in MDrv_GetAFBCCapsSupport()
2229 if(pGOPCtx->pGopChipProperty->bAFBC_Support[u8GOPNum]==TRUE) in MDrv_GOP_MIU_Sel()
2232 …if((pGOPCtx->pGopChipProperty->bAFBCMIUSelDoubleBuffer==TRUE)&&(pGOPCtx->pGopChipProperty->bIntern… in MDrv_GOP_MIU_Sel()
2238 …else if((pGOPCtx->pGopChipProperty->bAFBCMIUSelDoubleBuffer==FALSE)&&(pGOPCtx->pGopChipProperty->b… in MDrv_GOP_MIU_Sel()
[all …]
H A DdrvGOP.h234 #define GWIN_OSD_DEFAULT (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum
1138 GOP_CHIP_PROPERTY *pGopChipProperty; member