Home
last modified time | relevance | path

Searched refs:GetDrmPlane (Results 1 – 25 of 27) sorted by relevance

12

/device/soc/nxp/hardware/display/src/display_device/drm/
Dhdi_drm_composition.cpp42 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init()
43 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init()
Ddrm_device.h50 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
Ddrm_device.cpp269 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
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()
Ddrm_device.h47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
Ddrm_device.cpp266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/allwinner/t507/hardware/display/src/display_device/
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()
Ddrm_device.h47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
Ddrm_device.cpp266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Ddrm_device.h47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
Dhdi_drm_composition.cpp60 mPrimPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_PRIMARY); in Init()
61 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init()
Ddrm_device.cpp266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/common/hardware/display/src/display_device/
Ddrm_device.h68 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
Ddrm_device.cpp275 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
Ddrm_device.cpp275 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
Ddrm_device.cpp275 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DISPLAY::DrmDevice

12