/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_encoder.cpp | 38 if (mPossibleCrtcs == (1 << posCrts->GetPipe())) { in PickIdleCrtcId() 40 posCrts->GetPipe()); in PickIdleCrtcId() 55 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 40 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init() 41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init() 229 drmPlane->GetPipe() == 0) { in RemoveUnusePlane() 248 if (drmPlane->GetPipe() != 0 && drmPlane->GetPipe() != (1 << mCrtc->GetPipe())) { in FindPlaneAndApply() 250 drmPlane->GetId(), drmPlane->GetPipe(), mCrtc->GetPipe()); in FindPlaneAndApply() 268 drmPlane->BindToPipe(1 << mCrtc->GetPipe()); in FindPlaneAndApply()
|
H A D | drm_crtc.h | 57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
H A D | drm_plane.h | 185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | drm_vsync_worker.cpp | 87 if (mCallBack->GetPipe() == 1) { in WaitNextVBlank()
|
H A D | hdi_display.h | 39 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::VsyncCallBack
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_encoder.cpp | 38 if (mPossibleCrtcs == (1<<posCrts->GetPipe())) { in PickIdleCrtcId() 39 DISPLAY_DEBUGLOG("find crtc id %{public}d, pipe %{public}d", posCrts->GetId(), posCrts->GetPipe()); in PickIdleCrtcId() 54 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 40 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init() 41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init() 205 if ((static_cast<int>(drmPlane->GetWinType()) & mCrtc->GetPlaneMask()) && drmPlane->GetPipe() == 0) { in RemoveUnusePlane() 223 if (drmPlane->GetPipe() != 0 && drmPlane->GetPipe() != (1 << mCrtc->GetPipe())) { in FindPlaneAndApply() 225 drmPlane->GetPipe(), mCrtc->GetPipe()); in FindPlaneAndApply() 242 drmPlane->BindToPipe(1 << mCrtc->GetPipe()); in FindPlaneAndApply()
|
H A D | drm_crtc.h | 57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
H A D | drm_plane.h | 185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
|
H A D | drm_vsync_worker.cpp | 86 if (mCallBack->GetPipe() == 1) in WaitNextVBlank()
|
H A D | hdi_display.h | 37 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::VsyncCallBack
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_encoder.cpp | 38 if (mPossibleCrtcs == (1<<posCrts->GetPipe())) { in PickIdleCrtcId() 39 DISPLAY_LOGD("find crtc id %{public}d, pipe %{public}d", posCrts->GetId(), posCrts->GetPipe()); in PickIdleCrtcId() 54 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 40 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init() 41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init() 213 if ((static_cast<int>(drmPlane->GetWinType()) & mCrtc->GetPlaneMask()) && drmPlane->GetPipe() == 0) { in RemoveUnusePlane() 231 if (drmPlane->GetPipe() != 0 && drmPlane->GetPipe() != (1 << mCrtc->GetPipe())) { in FindPlaneAndApply() 233 drmPlane->GetPipe(), mCrtc->GetPipe()); in FindPlaneAndApply() 250 drmPlane->BindToPipe(1 << mCrtc->GetPipe()); in FindPlaneAndApply()
|
H A D | drm_crtc.h | 57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
H A D | drm_plane.h | 185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_encoder.cpp | 38 if (mPossibleCrtcs == (1<<posCrts->GetPipe())) { in PickIdleCrtcId() 39 DISPLAY_LOGD("find crtc id %{public}d, pipe %{public}d", posCrts->GetId(), posCrts->GetPipe()); in PickIdleCrtcId() 54 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 40 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init() 41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init() 213 if ((static_cast<int>(drmPlane->GetWinType()) & mCrtc->GetPlaneMask()) && drmPlane->GetPipe() == 0) { in RemoveUnusePlane() 231 if (drmPlane->GetPipe() != 0 && drmPlane->GetPipe() != (1 << mCrtc->GetPipe())) { in FindPlaneAndApply() 233 drmPlane->GetPipe(), mCrtc->GetPipe()); in FindPlaneAndApply() 250 drmPlane->BindToPipe(1 << mCrtc->GetPipe()); in FindPlaneAndApply()
|
H A D | drm_crtc.h | 57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_encoder.cpp | 38 if (mPossibleCrtcs == (1<<posCrts->GetPipe())) {
in PickIdleCrtcId() 39 DISPLAY_LOGD("find crtc id %{public}d, pipe %{public}d", posCrts->GetId(), posCrts->GetPipe());
in PickIdleCrtcId() 54 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) {
in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 40 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY);
in Init() 41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY);
in Init() 213 if ((static_cast<int>(drmPlane->GetWinType()) & mCrtc->GetPlaneMask()) && drmPlane->GetPipe() == 0) {
in RemoveUnusePlane() 231 if (drmPlane->GetPipe() != 0 && drmPlane->GetPipe() != (1 << mCrtc->GetPipe())) {
in FindPlaneAndApply() 233 drmPlane->GetPipe(), mCrtc->GetPipe());
in FindPlaneAndApply() 250 drmPlane->BindToPipe(1 << mCrtc->GetPipe());
in FindPlaneAndApply()
|
H A D | drm_crtc.h | 57 uint32_t GetPipe() const
in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_crtc.h | 57 uint32_t GetPipe() const
in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
|
H A D | drm_encoder.cpp | 48 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) {
in PickIdleCrtcId()
|
H A D | hdi_drm_composition.cpp | 39 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY);
in Init() 40 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY);
in Init()
|