Lines Matching refs:pBufInfo
2254 …>halLocalCtx.pGeChipPro->bSupportTLBMode &&(pGECtx->pBufInfo.tlbmode==E_GE_TLB_SRC||pGECtx->pBufIn… in MDrv_GE_SetSrcBuffer()
2256 tlb_miu= _GFXAPI_MIU_ID(pGECtx->pBufInfo.tlbsrcaddr); in MDrv_GE_SetSrcBuffer()
2262 if(!pGECtx->pBufInfo.tlbsrcaddr) in MDrv_GE_SetSrcBuffer()
2264 …B Entry Source addrees invalid(addr=0x%tx)\n",__FUNCTION__,(ptrdiff_t)pGECtx->pBufInfo.tlbsrcaddr); in MDrv_GE_SetSrcBuffer()
2267 Phyoffset=_GFXAPI_PHYS_ADDR_IN_MIU(pGECtx->pBufInfo.tlbsrcaddr); in MDrv_GE_SetSrcBuffer()
2339 bufinfo->srcfmt = pGECtx->pBufInfo.srcfmt; in MDrv_GE_GetBufferInfo()
2340 bufinfo->dstfmt = pGECtx->pBufInfo.dstfmt; in MDrv_GE_GetBufferInfo()
2424 …>halLocalCtx.pGeChipPro->bSupportTLBMode &&(pGECtx->pBufInfo.tlbmode==E_GE_TLB_DST||pGECtx->pBufIn… in MDrv_GE_SetDstBuffer()
2426 tlb_miu= _GFXAPI_MIU_ID(pGECtx->pBufInfo.tlbdstaddr); in MDrv_GE_SetDstBuffer()
2432 if(!pGECtx->pBufInfo.tlbdstaddr) in MDrv_GE_SetDstBuffer()
2434 …ry destination addrees invalid(addr=0x%tx)\n",__FUNCTION__,(ptrdiff_t)pGECtx->pBufInfo.tlbdstaddr); in MDrv_GE_SetDstBuffer()
2437 Phyoffset=_GFXAPI_PHYS_ADDR_IN_MIU(pGECtx->pBufInfo.tlbdstaddr); in MDrv_GE_SetDstBuffer()
3925 (*ppGECtx)->pBufInfo.srcfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()
3926 (*ppGECtx)->pBufInfo.dstfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()