summaryrefslogtreecommitdiff
path: root/py/pykms/pykmsbase.cpp
AgeCommit message (Expand)Author
2017-12-08py: add convert_vector helperTomi Valkeinen
2017-12-08py: Add Card crtcs and encoders properties back to the Python bindingsLaurent Pinchart
2017-12-08Fix Python bindings for Connector::get_possible_crtcs() methodLaurent Pinchart
2017-11-24pykms: keep Card alive until Blob is goneTomi Valkeinen
2017-11-24Update to latest pybind11Tomi Valkeinen
2017-10-20Crtc: add set_mode() which doesn't take a fbTomi Valkeinen
2017-10-03Rework framebuffer classesTomi Valkeinen
2017-09-05py: drop the fancy event handlingTomi Valkeinen
2017-05-31Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp.Jyri Sarha
2017-05-31Add Crtc::disable_mode() to pykmsbase.cpp.Jyri Sarha
2017-05-17pykms: add videomode related featuresTomi Valkeinen
2017-04-26Add Connector.connected to pykmsbasePeter Ujfalusi
2017-03-17py: add DrmObject.idxTomi Valkeinen
2017-03-16Add color format related methods and memebers to pykmsbase.Jyri Sarha
2017-03-16Add Videomode::to_blob method to pykmsbase.Jyri Sarha
2017-03-13py: fix AtomicReq.commit() return valueTomi Valkeinen
2017-03-08New event handlingTomi Valkeinen
2017-02-13py: Expose AtomicReq::add(std::map<>) methodLaurent Pinchart
2017-02-10py: add ExtFramebufferTomi Valkeinen
2017-02-10py: add DumbFb propertiesTomi Valkeinen
2017-01-25Add refresh() to connector, crtc and encoderTomi Valkeinen
2017-01-24pykms: add Videomode.__repr__Tomi Valkeinen
2017-01-03py: Reorganize source directoryLaurent Pinchart