Home
last modified time | relevance | path

Searched refs:gemBuffer (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Dhdi_drm_composition.cpp74 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
75 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
76 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid")); in ApplyPlane()
77 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
79 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp161 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
162 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, in ApplyPlane()
163 DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
164 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, in ApplyPlane()
166 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
168 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp153 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
154 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
155 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid")); in ApplyPlane()
156 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
158 drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp153 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
154 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
155 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid")); in ApplyPlane()
156 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
158 drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp153 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
154 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
155 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid")); in ApplyPlane()
156 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
158 drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp153 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local
154 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr")); in ApplyPlane()
155 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid")); in ApplyPlane()
156 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
158 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()

Completed in 5 milliseconds