/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_plane.h | 149 uint32_t GetPropZposId() const in GetPropZposId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 154 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 155 DISPLAY_DEBUGLOG("set the fb planeid %{public}d, GetPropZposId %{public}d, zpos %{public}d", in ApplyPlane() 156 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_plane.h | 149 uint32_t GetPropZposId() const in GetPropZposId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 148 DISPLAY_DEBUGLOG("set the fb planeid %{public}d, GetPropZposId %{public}d, zpos %{public}d", in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.h | 149 uint32_t GetPropZposId() const in GetPropZposId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 148 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropZposId %{public}d, zpos %{public}d", in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.h | 149 uint32_t GetPropZposId() const in GetPropZposId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 148 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropZposId %{public}d, zpos %{public}d", in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.h | 161 uint32_t GetPropZposId() const
in GetPropZposId() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), 0);//layer.GetZorder());
in ApplyPlane() 148 DISPLAY_LOGI("set the fb planeid %{public}d, GetPropZposId %{public}d, zpos %{public}d", drmPlane.GetId(),
in ApplyPlane() 149 drmPlane.GetPropZposId(), 0);//layer.GetZorder());
in ApplyPlane()
|