Searched refs:get_possible_crtcs (Results 1 – 10 of 10) sorted by relevance
18 std::vector<Crtc*> get_possible_crtcs() const;
25 std::vector<Crtc*> get_possible_crtcs() const;
31 std::vector<Crtc*> get_possible_crtcs() const;
212 vector<Crtc*> Connector::get_possible_crtcs() const in get_possible_crtcs() function in kms::Connector219 auto l = enc->get_possible_crtcs(); in get_possible_crtcs()
66 vector<Crtc*> Encoder::get_possible_crtcs() const in get_possible_crtcs() function in kms::Encoder
68 vector<Crtc*> Plane::get_possible_crtcs() const in get_possible_crtcs() function in kms::Plane
373 for (auto possible : conn->get_possible_crtcs()) { in get_connected_pipelines()
122 for (Crtc* crtc : conn->get_possible_crtcs()) { in reserve_crtc()
74 return convert_vector(self->get_possible_crtcs()); in init_pykmsbase()
98 …string crtcs = join<Crtc*>(p.get_possible_crtcs(), " ", [](Crtc* crtc) { return to_string(crtc->id… in format_plane()