summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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-06-02Merge branch 'color-features' of git://github.com/jsarha/kmsxxTomi Valkeinen
2017-05-31plane_csc.py: Test for different YCbCr encodingsJyri Sarha
2017-05-31Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp.Jyri Sarha
2017-05-31Add different YCbCr encodings.Jyri Sarha
2017-05-31Add Crtc::disable_mode() to pykmsbase.cpp.Jyri Sarha
2017-05-31Add ctm_test.py test for testing CRTC's CTM color matrix property.Jyri Sarha
2017-05-31cam.py: fix initial modesetTomi Valkeinen
2017-05-30omapfb: add flags for memory allocTomi Valkeinen
2017-05-30omapfb: add enum Flags for OmapFBTomi Valkeinen
2017-05-30py: move Rotation enum to __init__.pyTomi Valkeinen
2017-05-24py: add rottest.pyTomi Valkeinen
2017-05-24omapfb: add TILER supportTomi Valkeinen
2017-05-17pykms: add videomode related featuresTomi Valkeinen
2017-05-17pykmsutil: add draw_text()Tomi Valkeinen
2017-05-09py: tests: Double buffered one big buffer on all connected screensPeter Ujfalusi
2017-04-27py: omapfb: add missing propertiesTomi Valkeinen
2017-04-26Add Connector.connected to pykmsbasePeter Ujfalusi
2017-04-21py: Add in fence test using swsyncLaurent Pinchart
2017-04-10test.py: use atomic modesettingTomi Valkeinen
2017-04-07trans-test.py: fix use of colorsTomi Valkeinen
2017-03-20Add plane_hog.pyJyri Sarha
2017-03-20pykms/pykmsutil.cpp: Add binding for reserve_generic_plane()Jyri Sarha
2017-03-17Add modeset_event.pyJyri Sarha
2017-03-17Add a simple and hackish plane scaling test.Jyri Sarha
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-13db.py: remove old codeTomi Valkeinen
2017-03-08New event handlingTomi Valkeinen
2017-03-03py: db.py: Add command line argument to specify connectorLaurent Pinchart
2017-02-13py: Expose AtomicReq::add(std::map<>) methodLaurent Pinchart
2017-02-10test.py: add dmabuf & omap optionsTomi Valkeinen
2017-02-10py: add ExtFramebufferTomi Valkeinen
2017-02-10omapfb: add constructor with fourccTomi Valkeinen
2017-02-10py: add DumbFb propertiesTomi Valkeinen
2017-02-10use reserve_connector from ResourceManagerTomi Valkeinen
2017-02-06Support python2 based pykms bindingAlejandro Hernandez
2017-01-27py/tests: hpd testTomi Valkeinen
2017-01-25Add refresh() to connector, crtc and encoderTomi Valkeinen
2017-01-24pykms: add Videomode.__repr__Tomi Valkeinen
2017-01-03py: db.py: Print frame rate at 5s intervalsLaurent Pinchart
2017-01-03py: db.py: Rename argument to event handlers to avoid shadowingLaurent Pinchart
2017-01-03py: Move helpers to the pykms moduleLaurent Pinchart
2017-01-03py: Reorganize source directoryLaurent Pinchart
2017-01-03py: Expose MappedFramebuffer width and height propertiesLaurent Pinchart
2016-11-22py: Add OmapCard & OmapFramebuffer supportTomi Valkeinen