Home
last modified time | relevance | path

Searched refs:GetDrmPlane (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_device.h47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
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()
H A Ddrm_device.cpp266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DrmDevice
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
/drivers/peripheral/display/composer/vdi_base/src/
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()
H A Ddrm_device.cpp275 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane() function in OHOS::HDI::DrmDevice

Completed in 4 milliseconds