Lines Matching defs:plane
100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
102 return GetProperty(plane.GetId(), DRM_MODE_OBJECT_PLANE, name, prop);
238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource"));
243 DISPLAY_LOGE("can not get plane %{public}d", i);
252 DISPLAY_LOGE("drm plane %{public}d init failed", i);
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size());
278 for (const auto &plane : mPlanes) {
279 if (plane->IsIdle() && ((1 << pipe) & plane->GetPossibleCrtcs()) && (type == plane->GetType())) {
280 planes.push_back(plane);