Searched refs:FENCE_IP_DPP (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 2038 … hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, mpp_dst_img.releaseFenceFd); in configureHandle() 2099 cfg.acq_fence = hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, fence_fd); in configureHandle() 2391 … hwcCheckFenceDebug(this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, compositionInfo.mAcquireFence); in configureOverlay() 2726 hwcCheckFenceDebug(this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, in deliverWinConfigData() 2727 hwc_dup(mLastRetireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP)); in deliverWinConfigData() 2760 setFenceInfo(mDpuData.configs[i].acq_fence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, in deliverWinConfigData() 2772 setFenceInfo(mDpuData.configs[i].rel_fence, this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, in deliverWinConfigData() 2775 setFenceInfo(mDpuData.retire_fence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, in deliverWinConfigData() 2820 hwcCheckFenceDebug(this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, in setReleaseFences() 2822 FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP)); in setReleaseFences() [all …]
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 298 FENCE_IP_DPP = 0, enumerator
|