summaryrefslogtreecommitdiff
path: root/py/pykms/pykmsomap.cpp
AgeCommit message (Collapse)Author
2017-04-16omap: Add support for cached GEM objectsLaurent Pinchart
OMAP buffers are mapped to userspace in write-combining mode by default. Add support for cached mappings. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2017-02-10omapfb: add constructor with fourccTomi Valkeinen
2017-01-03py: Reorganize source directoryLaurent Pinchart
Separate the Python bindings sources from the test scripts. While at it, remove the unneeded run.sh script. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>