Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWCDebug.h58 inline int hwcCheckFenceDebug(ExynosDisplay *display, uint32_t fence_type, uint32_t ip_type, int fe… in hwcCheckFenceDebug() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp1219hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D, src.acquireFenceFd); in setupLayer()
1396hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, dstImgInfo->acrylicAcqu… in setupDst()
1564hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_SRC_RELEASE, FENCE_IP_G2D, releaseFences[i]); in doPostProcessingInternal()
1579hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_RELEASE, FENCE_IP_G2D, releaseFences[dstBufIdx… in doPostProcessingInternal()
1582hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_RELEASE, FENCE_IP_MSC, releaseFences[dstBufIdx… in doPostProcessingInternal()
1844hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_MSC, acquireFence); in setDstAcquireFence()
1847hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, acquireFence); in setDstAcquireFence()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp385 …mAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, acquireFence); in setLayerBuffer()
386 mPrevAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setLayerBuffer()
918 mAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setSrcAcquireFence()
H A DExynosDisplay.cpp541 … mAcquireFence = hwcCheckFenceDebug(display, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_FB, acquireFence); in setTargetBuffer()
544 … mAcquireFence = hwcCheckFenceDebug(display, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, acquireFence); in setTargetBuffer()
1621hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, mpp_dst_img.releaseFenceFd); in configureHandle()
1682 cfg.acq_fence = hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, fence_fd); in configureHandle()
1971hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, compositionInfo.mAcquireFence); in configureOverlay()
2330 hwcCheckFenceDebug(this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, in deliverWinConfigData()
2419 hwcCheckFenceDebug(this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, in setReleaseFences()
2458 … mLayers[i]->mReleaseFence = hwcCheckFenceDebug(this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, in setReleaseFences()
2492 … release_fd = hwcCheckFenceDebug(this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, config.rel_fence); in setReleaseFences()
3213 hwcCheckFenceDebug(this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, mDpuData.retire_fence); in presentDisplay()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
H A DExynosVirtualDisplay.cpp350 …mOutputBufferReleaseFenceFd = hwcCheckFenceDebug(this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, mExynosCom… in setReleaseFences()