HomeSort by relevance Sort by last modified time
    Searched defs:get_possible_crtcs (Results 1 - 3 of 3) sorted by null

  /external/libkmsxx/kms++/src/
encoder.cpp 64 vector<Crtc*> Encoder::get_possible_crtcs() const function in class:kms::Encoder
plane.cpp 70 vector<Crtc*> Plane::get_possible_crtcs() const function in class:kms::Plane
86 throw runtime_error("get_possible_crtcs: crtc missing");
connector.cpp 198 vector<Crtc*> Connector::get_possible_crtcs() const function in class:kms::Connector
205 auto l = enc->get_possible_crtcs();

Completed in 804 milliseconds