Lines Matching refs:pDrvGOPShared
7674 GOP_CTX_DRV_SHARED *pDrvGOPShared; in Ioctl_GOP_GetProperty() local
7676 pDrvGOPShared = (GOP_CTX_DRV_SHARED*)MDrv_GOP_GetShareMemory(&bNeedInitShared); in Ioctl_GOP_GetProperty()
7677 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()
10387 GOP_CTX_DRV_SHARED* pDrvGOPShared=NULL; in Ioctl_GOP_PowerState() local
10396 pDrvGOPShared = (GOP_CTX_DRV_SHARED*)MDrv_GOP_GetShareMemory(&bNeedInitShared); in Ioctl_GOP_PowerState()
10398 if(pDrvGOPShared->apiCtxShared.bEnableVsyncIntFlip ==FALSE)//Usr RedLine:GFLIP Suspend/Resume in Ioctl_GOP_PowerState()
10733 GOP_CTX_DRV_SHARED* pDrvGOPShared=NULL; in GOPIoctl() local
10736 pDrvGOPShared = (GOP_CTX_DRV_SHARED*)(void*)MDrv_GOP_GetShareMemory(&bNeedInitShared); in GOPIoctl()
10737 if(pDrvGOPShared == NULL) in GOPIoctl()
10742 if((pDrvGOPShared->apiCtxShared.GOPLockPid != 0)) in GOPIoctl()
10745 if (kill(pDrvGOPShared->apiCtxShared.GOPLockPid, 0) == ESRCH) in GOPIoctl()
10748 …LockPid 0x%tx not existance!!! \n",__FUNCTION__,__LINE__, (ptrdiff_t)pDrvGOPShared->apiCtxShared.… in GOPIoctl()