Home
last modified time | relevance | path

Searched refs:GetPipe (Results 1 - 25 of 43) sorted by relevance

12

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_encoder.cpp38 if (mPossibleCrtcs == (1 << posCrts->GetPipe())) { in PickIdleCrtcId()
40 posCrts->GetPipe()); in PickIdleCrtcId()
55 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
H A Dhdi_drm_composition.cpp40 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 Ddrm_crtc.h57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
H A Ddrm_plane.h185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
H A Ddrm_vsync_worker.cpp87 if (mCallBack->GetPipe() == 1) { in WaitNextVBlank()
H A Dhdi_display.h39 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::VsyncCallBack
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_encoder.cpp38 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 Dhdi_drm_composition.cpp40 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 Ddrm_crtc.h57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
H A Ddrm_plane.h185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
H A Ddrm_vsync_worker.cpp86 if (mCallBack->GetPipe() == 1) in WaitNextVBlank()
H A Dhdi_display.h37 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::VsyncCallBack
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_encoder.cpp38 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 Dhdi_drm_composition.cpp40 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 Ddrm_crtc.h57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
H A Ddrm_plane.h185 uint32_t GetPipe() in GetPipe() function in OHOS::HDI::DISPLAY::DrmPlane
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_encoder.cpp38 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 Dhdi_drm_composition.cpp40 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 Ddrm_crtc.h57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_encoder.cpp38 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 Dhdi_drm_composition.cpp40 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 Ddrm_crtc.h57 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 Ddrm_crtc.h57 uint32_t GetPipe() const in GetPipe() function in OHOS::HDI::DISPLAY::DrmCrtc
H A Ddrm_encoder.cpp48 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
H A Dhdi_drm_composition.cpp39 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init()
40 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init()

Completed in 11 milliseconds

12