summaryrefslogtreecommitdiff
path: root/v4l2-drm-example
AgeCommit message (Collapse)Author
2013-03-13v4l2-drm-example: Use connector IDs instead of connector indicesLaurent Pinchart
Specify the requested connector on the command line by its KMS ID instead of the connector index in the connectors array. This makes command line arguments match the information returned by KMS test tools such as modetest. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2013-03-13v4l2-drm-example: Use dumb GEM buffersLaurent Pinchart
The GEM buffers we allocate will only be used as backing memory for the frame buffer. Dumb GEM buffers can fullfill that task and remove dependencies on the Exynos driver. Use them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-05-22v4l2-drm-example: add Apache LicenseTomasz Stanislawski
2012-04-12v4l2-drm-example: dmabuf-sharing: version 0.1Tomasz Stanislawski