Lines Matching full:crtc
27 DrmCrtc *crtc, std::vector<DrmPlane *> *primary_planes,
32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); });
35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); });
40 std::map<size_t, DrmHwcLayer *> &layers, bool use_squash_fb, DrmCrtc *crtc,
45 GetUsablePlanes(crtc, primary_planes, overlay_planes);
47 ALOGE("Display %d has no usable planes", crtc->display());
69 precomp_plane, crtc);
77 int ret = i->ProvisionPlanes(&composition, layers, crtc, &planes);
86 crtc);
93 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
103 ret = Emplace(composition, planes, DrmCompositionPlane::Type::kLayer, crtc,
133 precomp_plane, crtc, i->first);
145 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
150 crtc, i->first);