summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-09-14Add meson buildTomi Valkeinen
2020-08-10kms++: Add support for missing 8 -and 16-bit RGB formatsLaurent Pinchart
2020-08-10kms++: Add support for the planar YUV formatsLaurent Pinchart
2020-08-10kms++: Add support for semiplanar YUV422 formats (NV16 and NV61)Laurent Pinchart
2020-08-10pykmsbase: Add missing pixel formatsLaurent Pinchart
2020-08-10card: Add a method to retrieve the device minorLaurent Pinchart
2020-04-21py/cam.py: get w & h from cmdlineTomi Valkeinen
2020-02-14global_alpha_test.py: Updates for tidssJyri Sarha
2020-02-14alpha-test.py: Updates for tidssJyri Sarha
2020-02-14ctm_test.py: Updates for tidssJyri Sarha
2020-01-29improve hpd.pyTomi Valkeinen
2019-11-06pykmsbase: upgrade Blob __init__ to fix deprecation warningTomi Valkeinen
2019-11-06Split dmabuf support from ExtFramebuffer into DmabufFramebufferTomi Valkeinen
2019-10-28kmsmodeview.py: update to current kms++ apiTomi Valkeinen
2019-09-25add testmodes.pyTomi Valkeinen
2019-09-25videomode to_string improvementsTomi Valkeinen
2019-01-17Revert "py: add open_modesetting_card"Tomi Valkeinen
2019-01-14py: add open_modesetting_cardTomi Valkeinen
2019-01-14Card: improve DRM card selectionTomi Valkeinen
2019-01-14Card: add support to get the driver nameTomi Valkeinen
2019-01-09pykms: expose Card(device) constructorTomi Valkeinen
2018-11-01Add wb-m2m-crop.py test to test cropping on write-backBenoit Parrot
2018-11-01videodevice: Add selection API supportBenoit Parrot
2018-10-10Add globa_alpha_test.py for DRM per plane "alpha" property testingJyri Sarha
2018-10-10scale.py: Use atomic modesetting and other improvementsJyri Sarha
2018-10-10plane_csc.py: do not assume HDMI output and other improvementsJyri Sarha
2018-10-03trans-test.py: cleanupTomi Valkeinen
2018-10-03test.py: cleanupTomi Valkeinen
2018-09-24py: fix __atomic_req_add_plane when crtc = NoneTomi Valkeinen
2018-09-24trans-test.py: fix usageTomi Valkeinen
2018-09-17py: add AtomicReq extensions and use them in test.pyTomi Valkeinen
2018-08-28py/tests: rename zorder to zposTomi Valkeinen
2018-08-14Add plane_move.py test for testing plane move between crtcsPeter Ujfalusi
2018-08-14trans-test.py: Aesthetic improvementsPeter Ujfalusi
2018-08-10trans-test.py: am4 improvementsTomi Valkeinen
2018-08-03trans-test.py: improvementsTomi Valkeinen
2018-08-03add a simple draw_circle()Tomi Valkeinen
2018-06-20py: sync: Moded to blob conversion method is called to_blob()Laurent Pinchart
2018-06-20py: sync: Fix event handlingLaurent Pinchart
2018-01-12alpha-test.py: fixTomi Valkeinen
2018-01-09trans-test.py: fix drawing outside the bufferTomi Valkeinen
2017-12-15py: pyvid: Provide stream_off bindingKieran Bingham
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-11-22kmstest: use resmanTomi Valkeinen
2017-10-20Crtc: add set_mode() which doesn't take a fbTomi Valkeinen
2017-10-03Rework framebuffer classesTomi Valkeinen