Searched refs:fenceFd (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | hdi_drm_composition.cpp | 60 int fenceFd = layer.GetAcquireFenceFd();
in ApplyPlane() local 65 if (fenceFd >= 0) {
in ApplyPlane() 66 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd);
in ApplyPlane() 67 DISPLAY_LOGD("set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d",
in ApplyPlane() 68 drmPlane.GetId(), propId, fenceFd);
in ApplyPlane()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.cpp | 128 int fenceFd = layer.GetAcquireFenceFd(); in ApplyPlane() local 137 if (fenceFd >= 0) { in ApplyPlane() 138 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 140 "set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d", in ApplyPlane() 141 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.cpp | 124 int fenceFd = layer.GetAcquireFenceFd(); in ApplyPlane() local 133 if (fenceFd >= 0) { in ApplyPlane() 134 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 135 DISPLAY_DEBUGLOG("set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d", in ApplyPlane() 136 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.cpp | 124 int fenceFd = layer.GetAcquireFenceFd(); in ApplyPlane() local 133 if (fenceFd >= 0) { in ApplyPlane() 134 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 135 DISPLAY_LOGD("set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d", in ApplyPlane() 136 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.cpp | 124 int fenceFd = layer.GetAcquireFenceFd(); in ApplyPlane() local 133 if (fenceFd >= 0) { in ApplyPlane() 134 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 135 DISPLAY_LOGD("set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d", in ApplyPlane() 136 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.cpp | 124 int fenceFd = layer.GetAcquireFenceFd();
in ApplyPlane() local 133 if (fenceFd >= 0) {
in ApplyPlane() 134 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd);
in ApplyPlane() 135 DISPLAY_LOGD("set the IfenceProp plane id %{public}d, propId %{public}d, fenceFd %{public}d",
in ApplyPlane() 136 drmPlane.GetId(), propId, fenceFd);
in ApplyPlane()
|
Completed in 8 milliseconds