Searched refs:get_possible_crtcs (Results 1 – 10 of 10) sorted by relevance
18 std::vector<Crtc*> get_possible_crtcs() const;
26 std::vector<Crtc*> get_possible_crtcs() const;
25 std::vector<Crtc*> get_possible_crtcs() const;
198 vector<Crtc*> Connector::get_possible_crtcs() const in get_possible_crtcs() function in kms::Connector205 auto l = enc->get_possible_crtcs(); in get_possible_crtcs()
64 vector<Crtc*> Encoder::get_possible_crtcs() const in get_possible_crtcs() function in kms::Encoder
70 vector<Crtc*> Plane::get_possible_crtcs() const in get_possible_crtcs() function in kms::Plane
191 for (auto possible : conn->get_possible_crtcs()) { in get_connected_pipelines()
117 for (Crtc* crtc : conn->get_possible_crtcs()) { in reserve_crtc()
70 return convert_vector(self->get_possible_crtcs()); in init_pykmsbase()
106 …string crtcs = join<Crtc*>(p.get_possible_crtcs(), " ", [](Crtc* crtc) { return to_string(crtc->id… in format_plane()