summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-13v4l2-drm-example: Stop mode lookup at first matchLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2013-03-13v4l2-drm-example: Fix compiler warnings on 64-bit machinesLaurent Pinchart
Casting a 32-bit integer to a void * generates a warning. Fix it by casting the integer to an unsigned long first. This has no effect on 32-bit machines as unsigned long are 32-bit integers there. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2013-03-13v4l2-drm-example: Fix compiler warningsLaurent Pinchart
Mark unused function parameters as unused and fix signed vs. unsigned comparisons. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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-11-16v4l2-dmabuf-test-01: version 0.1.1Tomasz Stanislawski
Simple test with vivi and 2 V4L2 mem-to-mem devices. The output data is written to a file. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2012-11-16v4l2-dmabuf-test-01: rename main fileTomasz Stanislawski
2012-10-09v4l2-dmabuf-test-01: version 0.1Tomasz Stanislawski
Simple test with vivi and 2 V4L2 mem-to-mem devices. The output data is written to a file. Image sizes are small due to Exynos SYMMU issues in the mainline kernel. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2012-10-08v4l2-m2m-fimc-example: version 0.1Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2012-10-04v4l2-hdmi-example: version 0.1Tomasz Stanislawski
Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2012-07-02v4l-mfc-encoder: version 0.1Andrzej Hajda
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Kamil Debski <k.debski@samsung.com>
2012-05-22v4l2-drm-example: add Apache LicenseTomasz Stanislawski
2012-04-12v4l2-drm-example: dmabuf-sharing: version 0.1Tomasz Stanislawski
2012-03-22v4l-mfc-example: version 0.2Kamil Debski
2012-03-06v4l-mfc-example: version 0.1Kamil Debski
2012-03-06Initial commitKamil Debski