Searched refs:drmPlane (Results 1 – 3 of 3) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
D | hdi_drm_composition.cpp | 56 int32_t HdiDrmComposition::ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicRe… in ApplyPlane() argument 61 int propId = drmPlane.GetPropFenceInId(); in ApplyPlane() 66 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 68 drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 77 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 78 …DISPLAY_LOGD("set the fb planeid %{public}d, propId %{public}d, fbId %{public}d", drmPlane.GetId(), in ApplyPlane() 79 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane() 83 … ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() 84 …DISPLAY_LOGD("set the crtc planeId %{public}d, propId %{public}d, crtcId %{public}d", drmPlane.Get… in ApplyPlane() 85 drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() [all …]
|
D | hdi_drm_composition.h | 58 int32_t ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicReqPtr pset);
|
D | drm_device.cpp | 222 std::shared_ptr<DrmPlane> drmPlane = std::make_shared<DrmPlane>(*p); in FindAllPlane() local 224 ret = drmPlane->Init(*this); in FindAllPlane() 231 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
|