Lines Matching refs:pGopChipProperty
274 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()
1868 … if ((g_pGOPCtxLocal->pGopChipProperty->bOpInterlace == TRUE) && ( Gop1Dst == E_DRV_GOP_DST_OP0)) in _SetGop1WinInfo()
2058 … if ((g_pGOPCtxLocal->pGopChipProperty->bOpInterlace == TRUE) && ( Gop23Dst == E_DRV_GOP_DST_OP0)) in _SetGop23WinInfo()
2291 …for (u8WinID = 0; (MS_U8)u8WinID < (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; u8WinID+… in _GOP_ArrangePoolMem()
2570 if(g_pGOPCtxLocal->pGopChipProperty->bIgnoreIPHPD) in _GOP_GetPDByDst()
2577 *u16StrwinStr = u32Hstart + g_pGOPCtxLocal->pGopChipProperty->GOP_IP_PD; in _GOP_GetPDByDst()
2581 if(g_pGOPCtxLocal->pGopChipProperty->bIgnoreIP1HPD) in _GOP_GetPDByDst()
2585 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_OP1_PD; in _GOP_GetPDByDst()
2592 … = g_pGOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP_num] + g_pGOPCtxLocal->pGopChipProperty->GOP_PD; in _GOP_GetPDByDst()
2596 …GOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP_num] + g_pGOPCtxLocal->pGopChipProperty->GOP_HDR_OP_P… in _GOP_GetPDByDst()
2604 *u16StrwinStr =g_pGOPCtxLocal->pGopChipProperty->GOP_Mux_FRC_offset; in _GOP_GetPDByDst()
2607 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_MVOP_PD; in _GOP_GetPDByDst()
2611 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_MIXER_PD; in _GOP_GetPDByDst()
2614 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_VE_PD; in _GOP_GetPDByDst()
2617 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_DUAL_OP_PD; in _GOP_GetPDByDst()
2620 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_PD; in _GOP_GetPDByDst()
2651 if(g_pGOPCtxLocal->pGopChipProperty->bIgnoreVEHPD) in _GOP_AdjustHSPD()
2834 (*y) = ((*y)*2) - g_pGOPCtxLocal->pGopChipProperty->GOP_VE_V_Offset; in _GOP_Get_StretchWin()
2906 for (u8Index=0; u8Index<(MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; u8Index++)
3101 for(u32TempID=0; u32TempID < g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; u32TempID++) in GOP_AtExit()
3247 …g_pGOPCtxLocal->sMirrorInfo = kmalloc(g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP_… in GOP_PreInit_Ctx()
3250 …g_pGOPCtxLocal->sMirrorInfo = malloc(g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP_G… in GOP_PreInit_Ctx()
3267 …memset(g_pGOPCtxLocal->sMirrorInfo, 0, g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum * sizeof(GOP… in GOP_PreInit_Ctx()
3407 if(g_pGOPCtxLocal->pGopChipProperty->bAFBC_Support[u8GOP]==TRUE) in GOP_MapFB2Win()
3434 if(!g_pGOPCtxLocal->pGopChipProperty->bPixelModeSupport) in GOP_Set_Hscale()
3493 if(!g_pGOPCtxLocal->pGopChipProperty->bPixelModeSupport) in GOP_Set_Vscale()
3612 if(g_pGOPCtxLocal->pGopChipProperty->enGOP3DType == E_DRV_3D_DUP_FULL) in GOP_SetStretchWinPosition()
4692 MaxGwinSupport = g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in GOP_GWIN_InitByGOP()
5085 for(i = 0; i < g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum ; i++) in GOP_GWIN_SetEnable()
5248 g_pGOPCtxLocal->pGopChipProperty->GOP_PD = GOP_PD_T3D; in GOP_GWIN_EnableT3DMode()
5252 g_pGOPCtxLocal->pGopChipProperty->GOP_PD = GOP_PD_NORMAL; in GOP_GWIN_EnableT3DMode()
5942 if(!g_pGOPCtxLocal->pGopChipProperty->bBnkForceWrite) in GOP_GWIN_SetBnkForceWrite()
6393 …0) ? MDrv_GOP_GetGwinNum(g_pGOPCtxLocal,0) : (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in GOP_GWIN_SetRelativeWinPrio()
6657 if(g_pGOPCtxLocal->pGopChipProperty->bPixelModeSupport) in Ioctl_GOP_Init()
6702 …if(!g_pGOPCtxLocal->pGopChipProperty->bInitNotEnableGOPToSC) //u4 mux init setting, enable GOP to… in Ioctl_GOP_Init()
6768 *((MS_U16 *)pRet) = g_pGOPCtxLocal->pGopChipProperty->WordUnit; in Ioctl_GOP_GetCaps()
6773 *pRet = g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in Ioctl_GOP_GetCaps()
6800 *pRet = g_pGOPCtxLocal->pGopChipProperty->Default_ConsAlpha_bits; in Ioctl_GOP_GetCaps()
6839 … pstDrvMuxCapEx->bNeedSetMUX1ToIP0 = g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX1ToIP0; in Ioctl_GOP_GetCaps()
6840 … pstDrvMuxCapEx->bNeedSetMUX3ToIP0 = g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX3ToIP0; in Ioctl_GOP_GetCaps()
6841 pstDrvMuxCapEx->bNewMux = g_pGOPCtxLocal->pGopChipProperty->bNewMux; in Ioctl_GOP_GetCaps()
6857 *pRet = g_pGOPCtxLocal->pGopChipProperty->bPixelModeSupport; in Ioctl_GOP_GetCaps()
6874 …for(i=0;i<MIN(sizeof(g_pGOPCtxLocal->pGopChipProperty->bGOPWithVscale),(sizeof(pGOPStretchInfo->GO… in Ioctl_GOP_GetCaps()
6876 if(g_pGOPCtxLocal->pGopChipProperty->bGOPWithVscale[i]) in Ioctl_GOP_GetCaps()
6908 if(g_pGOPCtxLocal->pGopChipProperty->bTLBSupport[i]) in Ioctl_GOP_GetCaps()
6938 if(g_pGOPCtxLocal->pGopChipProperty->bAFBC_Support[i]) in Ioctl_GOP_GetCaps()
6956 *pRet = g_pGOPCtxLocal->pGopChipProperty->bBnkForceWrite; in Ioctl_GOP_GetCaps()
7438 if(!g_pGOPCtxLocal->pGopChipProperty->bTLBSupport[pTLB_Enable->gop_idx]) in Ioctl_GOP_SetProperty()
7775 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) //t8, there are new mux for ip/mvop in Ioctl_GOP_SetDst()
7785 if (g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX1ToIP0) in Ioctl_GOP_SetDst()
7814 else if(g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX3ToIP0) in Ioctl_GOP_SetDst()
7881 if(g_pGOPCtxLocal->pGopChipProperty->bGOPMixerToVE) in Ioctl_GOP_SetDst()
7905 if((g_pGOPCtxLocal->pGopChipProperty->bNewMux) && (!_IsGopInOPMux(pInstance,u8GOP))) in Ioctl_GOP_SetDst()
7943 …if(g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX3ToIP0) //For u4 and k1, mux3 only to IP (can not … in Ioctl_GOP_SetDst()
7966 else if(g_pGOPCtxLocal->pGopChipProperty->bNeedSetMUX1ToIP0) in Ioctl_GOP_SetDst()
8003 if (g_pGOPCtxLocal->pGopChipProperty->bOpInterlace == TRUE) in Ioctl_GOP_SetDst()
8015 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8032 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8085 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8108 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8122 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8134 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8147 if(g_pGOPCtxLocal->pGopChipProperty->bNewMux) in Ioctl_GOP_SetDst()
8239 if((g_pGOPCtxLocal->pGopChipProperty->bNewMux) && (!_IsGopInMux0To2(pInstance,u8GOP))) in Ioctl_GOP_SetDst()
8485 *pGwinNum = (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in Ioctl_GOP_GetStatus()
9547 if(g_pGOPCtxLocal->pGopChipProperty->bAFBC_Support[u8GOP]==TRUE) in Ioctl_GOP_SetWinInfo()
9656 for(i = 0; i < (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum ; i++) in Ioctl_GOP_Win_Enable()
10421 u16WinNum = (MS_U8)g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum; in Ioctl_GOP_PowerState()
10951 …MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &u8Gop, g_pGOPCtxLocal->pGopChipProperty->GOP_MapLayer2Mux[u3… in GOPIoctl()
10971 …MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &u8Gop, g_pGOPCtxLocal->pGopChipProperty->GOP_MapLayer2DualOp… in GOPIoctl()