Searched refs:supports_crtc (Results 1 – 5 of 5) sorted by relevance
20 bool supports_crtc(Crtc* crtc) const;
34 bool Plane::supports_crtc(Crtc* crtc) const in supports_crtc() function in kms::Plane
43 if (plane->supports_crtc(this)) in setup()
40 if p.supports_crtc(crtc) == False:
107 .def("supports_crtc", &Plane::supports_crtc) in init_pykmsbase()