Searched refs:possible_crtcs (Results 1 – 14 of 14) sorted by relevance
242 std::bitset<32> possible_crtcs = drm_encoder_->possible_crtcs; in GetPossibleCrtcIndices() local243 for (uint32_t i = 0; i < possible_crtcs.size(); i++) { in GetPossibleCrtcIndices()244 if (possible_crtcs[i]) { in GetPossibleCrtcIndices()257 drm_encoder_->possible_crtcs, drm_encoder_->possible_clones, fd_); in Dump()
110 if (enc->possible_crtcs & (1 << i)) { in GetDrmResources()
1017 drm_plane_->possible_crtcs); in Dump()
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()
116 std::vector<DrmCrtc *> possible_crtcs; in Init() local119 if ((1 << crtc->pipe()) & e->possible_crtcs) in Init()120 possible_crtcs.push_back(crtc.get()); in Init()127 new DrmEncoder(e, current_crtc, possible_crtcs)); in Init()332 for (DrmCrtc *crtc : enc->possible_crtcs()) { in TryEncoderForDisplay()376 if (enc->possible_crtcs().size() > 0) { in CreateDisplayPipe()377 DrmCrtc *crtc = enc->possible_crtcs().at(0); in CreateDisplayPipe()408 for (DrmCrtc *possible_crtc : writeback_enc->possible_crtcs()) { in AttachWriteback()
33 : 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()
347 __u32 possible_crtcs; member381 __u32 possible_crtcs; member