/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_plane.h | 137 uint32_t GetPropSrc_yId() const in GetPropSrc_yId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 100 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropSrc_yId(), in SetSrcProperty() 102 DISPLAY_DEBUGLOG("set the fb planeid %{public}d, GetPropSrc_yId %{public}d, displayRect.y %{public}d", in SetSrcProperty() 103 drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0); in SetSrcProperty()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_plane.h | 137 uint32_t GetPropSrc_yId() const in GetPropSrc_yId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 98 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0<<16); // 16:shift left 16 bits in SetSrcProperty() 99 DISPLAY_DEBUGLOG("set the fb planeid %{public}d, GetPropSrc_yId %{public}d, displayRect.y %{public}d", in SetSrcProperty() 100 drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0); in SetSrcProperty()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.h | 137 uint32_t GetPropSrc_yId() const in GetPropSrc_yId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 98 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0 << 16); // 16:shift left 16 bits in SetSrcProperty() 99 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropSrc_yId %{public}d, displayRect.y %{public}d", in SetSrcProperty() 100 drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0); in SetSrcProperty()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.h | 137 uint32_t GetPropSrc_yId() const in GetPropSrc_yId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 98 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0 << 16); // 16:shift left 16 bits in SetSrcProperty() 99 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropSrc_yId %{public}d, displayRect.y %{public}d", in SetSrcProperty() 100 drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0); in SetSrcProperty()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.h | 149 uint32_t GetPropSrc_yId() const
in GetPropSrc_yId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 98 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0<<16); // 16:shift left 16 bits
in SetSrcProperty() 99 DISPLAY_LOGI("set the fb planeid %{public}d, GetPropSrc_yId %{public}d, displayRect.y %{public}d", drmPlane.GetId(),
in SetSrcProperty() 100 drmPlane.GetPropSrc_yId(), 0);
in SetSrcProperty()
|