Searched refs:possible_crtcs (Results 1 – 12 of 12) sorted by relevance
32 const std::vector<DrmCrtc *> &possible_crtcs);43 const std::vector<DrmCrtc *> &possible_crtcs() const { in possible_crtcs() function
27 const std::vector<DrmCrtc *> &possible_crtcs) in DrmEncoder() argument31 possible_crtcs_(possible_crtcs) { in DrmEncoder()
120 std::vector<DrmCrtc *> possible_crtcs; in Init() local123 if ((1 << crtc->pipe()) & e->possible_crtcs) in Init()124 possible_crtcs.push_back(crtc.get()); in Init()131 new DrmEncoder(e, current_crtc, possible_crtcs)); in Init()345 for (DrmCrtc *crtc : enc->possible_crtcs()) { in TryEncoderForDisplay()389 if (enc->possible_crtcs().size() > 0) { in CreateDisplayPipe()390 DrmCrtc *crtc = enc->possible_crtcs().at(0); in CreateDisplayPipe()421 for (DrmCrtc *possible_crtc : writeback_enc->possible_crtcs()) { in AttachWriteback()
32 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane()
47 auto possible_crtcs = plane->get_possible_crtcs(); in setup_composition_pipes() local48 …if (std::find(possible_crtcs.begin(), possible_crtcs.end(), kdisp->crtc) != possible_crtcs.end()) { in setup_composition_pipes()
74 if (enc->possible_crtcs & (1 << i)) { in GetCrtc()
110 if (enc->possible_crtcs & (1 << i)) { in GetDrmResources()
987 drm_plane_->possible_crtcs); in Dump()