aboutsummaryrefslogtreecommitdiffstats
path: root/py
Commit message (Expand)AuthorAgeFilesLines
* py: pyvid: Provide stream_off bindingKieran Bingham2017-12-151-0/+1
* py: add convert_vector helperTomi Valkeinen2017-12-081-20/+15
* py: Add Card crtcs and encoders properties back to the Python bindingsLaurent Pinchart2017-12-081-0/+14
* Fix Python bindings for Connector::get_possible_crtcs() methodLaurent Pinchart2017-12-081-1/+6
* pykms: keep Card alive until Blob is goneTomi Valkeinen2017-11-241-5/+7
* Update to latest pybind11Tomi Valkeinen2017-11-244-26/+50
* kmstest: use resmanTomi Valkeinen2017-11-221-2/+2
* Crtc: add set_mode() which doesn't take a fbTomi Valkeinen2017-10-201-1/+2
* Rework framebuffer classesTomi Valkeinen2017-10-033-11/+11
* py: drop the fancy event handlingTomi Valkeinen2017-09-057-46/+26
* Merge branch 'color-features' of git://github.com/jsarha/kmsxxTomi Valkeinen2017-06-024-1/+164
|\
| * plane_csc.py: Test for different YCbCr encodingsJyri Sarha2017-05-311-0/+66
| * Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp.Jyri Sarha2017-05-311-0/+2
| * Add different YCbCr encodings.Jyri Sarha2017-05-311-1/+9
| * Add Crtc::disable_mode() to pykmsbase.cpp.Jyri Sarha2017-05-311-0/+1
| * Add ctm_test.py test for testing CRTC's CTM color matrix property.Jyri Sarha2017-05-311-0/+86
* | cam.py: fix initial modesetTomi Valkeinen2017-05-311-5/+7
* | omapfb: add flags for memory allocTomi Valkeinen2017-05-301-0/+3
* | omapfb: add enum Flags for OmapFBTomi Valkeinen2017-05-302-6/+15
* | py: move Rotation enum to __init__.pyTomi Valkeinen2017-05-302-20/+23
* | py: add rottest.pyTomi Valkeinen2017-05-241-0/+182
* | omapfb: add TILER supportTomi Valkeinen2017-05-241-4/+6
|/
* pykms: add videomode related featuresTomi Valkeinen2017-05-171-0/+12
* pykmsutil: add draw_text()Tomi Valkeinen2017-05-171-0/+2
* py: tests: Double buffered one big buffer on all connected screensPeter Ujfalusi2017-05-091-0/+288
* py: omapfb: add missing propertiesTomi Valkeinen2017-04-271-0/+5
* Add Connector.connected to pykmsbasePeter Ujfalusi2017-04-261-0/+1
* py: Add in fence test using swsyncLaurent Pinchart2017-04-211-0/+234
* test.py: use atomic modesettingTomi Valkeinen2017-04-101-2/+31
* trans-test.py: fix use of colorsTomi Valkeinen2017-04-071-35/+35
* Add plane_hog.pyJyri Sarha2017-03-201-0/+136
* pykms/pykmsutil.cpp: Add binding for reserve_generic_plane()Jyri Sarha2017-03-201-0/+3
* Add modeset_event.pyJyri Sarha2017-03-171-0/+73
* Add a simple and hackish plane scaling test.Jyri Sarha2017-03-171-0/+60
* py: add DrmObject.idxTomi Valkeinen2017-03-171-0/+1
* Add color format related methods and memebers to pykmsbase.Jyri Sarha2017-03-161-0/+3
* Add Videomode::to_blob method to pykmsbase.Jyri Sarha2017-03-161-0/+2
* py: fix AtomicReq.commit() return valueTomi Valkeinen2017-03-131-1/+1
* db.py: remove old codeTomi Valkeinen2017-03-131-1/+0
* New event handlingTomi Valkeinen2017-03-084-26/+91
* py: db.py: Add command line argument to specify connectorLaurent Pinchart2017-03-031-1/+5
* py: Expose AtomicReq::add(std::map<>) methodLaurent Pinchart2017-02-131-0/+1
* test.py: add dmabuf & omap optionsTomi Valkeinen2017-02-101-3/+22
* py: add ExtFramebufferTomi Valkeinen2017-02-101-0/+5
* omapfb: add constructor with fourccTomi Valkeinen2017-02-101-0/+2
* py: add DumbFb propertiesTomi Valkeinen2017-02-101-0/+5
* use reserve_connector from ResourceManagerTomi Valkeinen2017-02-091-1/+1
* Support python2 based pykms bindingAlejandro Hernandez2017-02-061-1/+1
* py/tests: hpd testTomi Valkeinen2017-01-271-0/+22
* Add refresh() to connector, crtc and encoderTomi Valkeinen2017-01-251-0/+3