Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c523 ioctl_info.gop_idx = u32Gop; in Mapi_GOP_GWIN_ResetGOP()
601 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetTransClr_8888_EX()
804 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_OutputColor_EX()
967 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetAlphaInverse_EX()
1007 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_GetAlphaInverse_EX()
1048 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetBnkForceWrite()
1078 ioctl_info.gop_idx = 0x0; in MApi_GOP_GWIN_SetForceWrite()
1111 palEntry.gop_idx = u8GOP; in MApi_GOP_GWIN_SetPaletteOpt_EX()
1157 palOpt.gop_idx = u8GOP; in MApi_GOP_GWIN_SetPaletteRead_EX()
1161 ioctl_info.gop_idx = palOpt.gop_idx; in MApi_GOP_GWIN_SetPaletteRead_EX()
[all …]
H A DapiGOP_priv.h546 MS_U32 gop_idx; member
553 MS_U32 gop_idx; member
572 MS_U32 gop_idx; //specify gop init, if gop_idx == max gop , init all gop. member
765 MS_U32 gop_idx; member
774 MS_U32 gop_idx; member
783 MS_U32 gop_idx; member
821 MS_U32 gop_idx; //GOP_MuxConfig member
829 MS_U32 gop_idx; member
836 MS_U8 gop_idx; //GOP number member
843 MS_U32 gop_idx; //In member
[all …]
H A DmapiGOP.c7438 if(!g_pGOPCtxLocal->pGopChipProperty->bTLBSupport[pTLB_Enable->gop_idx]) in Ioctl_GOP_SetProperty()
7440 … GOP_M_ERR("[%s][%d]GOP %d Not Support TLB\n",__FUNCTION__,__LINE__,pTLB_Enable->gop_idx); in Ioctl_GOP_SetProperty()
7443 g_pGOPCtxLocal->pGOPCtxShared->bTLB[pTLB_Enable->gop_idx] = pTLB_Enable->bEn; in Ioctl_GOP_SetProperty()
7444 … g_pGOPCtxLocal->pGOPCtxShared->u64TLBAddress[pTLB_Enable->gop_idx] = pTLB_Enable->u64TLBAddr; in Ioctl_GOP_SetProperty()
7446 MDrv_GOP_TLBEnable(g_pGOPCtxLocal,pTLB_Enable->gop_idx, pTLB_Enable->bEn); in Ioctl_GOP_SetProperty()
7600 *pbEn = g_pGOPCtxLocal->pGOPCtxShared->bPixelMode[pstInfo->gop_idx]; in Ioctl_GOP_GetProperty()
7614 *pbEn = MDrv_GOP_GWIN_IsMultiAlphaEnable(g_pGOPCtxLocal, pstInfo->gop_idx); in Ioctl_GOP_GetProperty()
8450 ptr->bInit = g_pGOPCtxLocal->pGOPCtxShared->bGopHasInitialized[ptr->gop_idx]; in Ioctl_GOP_GetStatus()
8468 if(ptr->gop_idx > MDrv_GOP_GetMaxGOPNum(g_pGOPCtxLocal)) in Ioctl_GOP_GetStatus()
8474 ptr->gwin_num = MDrv_GOP_GetGwinNum(g_pGOPCtxLocal,ptr->gop_idx); in Ioctl_GOP_GetStatus()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/gop/
H A DhalGOP.c1298 MS_U16 gop_idx = 0; in HAL_GOP_GWIN_SetMUX_ThroughCmdq() local
1307 for(gop_idx = 0; gop_idx<MAX_GOP_SUPPORT; gop_idx++) in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1312 eGopMux = u16GopMuxChanged[gop_idx]; in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1327 u16val = gop_idx <<(GOP_MUX_SHIFT*eGopMux); in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1333 HAL_GOP_GetGOPAlphaMode1(pGOPHalLocal, gop_idx, &bScMode1En); in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1365 for(gop_idx = 0; gop_idx<MAX_GOP_SUPPORT; gop_idx++) in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1369 eGopMux = u16GopMuxChanged[gop_idx]; in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1370 pipe_delay = u32GopPipeDelay[gop_idx]; in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1371 osd_alpha = bGopUseOsdAlpha[gop_idx]; in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
1373 u16GopMuxChanged[gop_idx] = E_GOP_MUX_INVAILD; in HAL_GOP_GWIN_SetMUX_ThroughCmdq()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c519 compat_uint_t gop_idx; member
1474 err = get_user(i, &data32_Pale->gop_idx); in GOP_adp_Ioctl()
1475 err |= put_user(i, &data_Pale->gop_idx); in GOP_adp_Ioctl()
1578 err = get_user(i, &data32_Pale->gop_idx); in GOP_adp_Ioctl()
1579 err |= put_user(i, &data_Pale->gop_idx); in GOP_adp_Ioctl()