summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* modetest: allow setting a scaling factor when showing planeIlia Mirkin2013-09-111-5/+15
* modetest: add a -D option to specify a device to be usedIlia Mirkin2013-09-111-4/+10
* tests/modetest: silence compiler warning about uninitialised variablesEmil Velikov2013-08-301-3/+3
* tests/*version: add missing string.h headerEmil Velikov2013-08-302-0/+2
* tests: add msmRob Clark2013-08-302-2/+2
* modetest: Allocate NV buffers large enough for the two planesLaurent Pinchart2013-08-051-1/+18
* modetest: Fix line stride in SMPTE YUV packet pattern generatorLaurent Pinchart2013-08-051-6/+6
* modetest: Try all possible encoders for a connectorLaurent Pinchart2013-08-051-10/+25
* modetest: Support pipes with multiple connectorsLaurent Pinchart2013-08-051-54/+157
* modetest: Rename struct connector_arg to struct pipe_argLaurent Pinchart2013-08-051-77/+85
* modetest: Split mode setting and plane setupLaurent Pinchart2013-08-051-32/+72
* modetest: Give the CRTC ID to the -P optionLaurent Pinchart2013-08-051-15/+17
* modetest: Store the mode in the crtc structureLaurent Pinchart2013-08-051-2/+8
* modetest: Store the crtc in the connector_arg structureLaurent Pinchart2013-08-051-21/+37
* modetest: Remove the struct connector_arg encoder fieldLaurent Pinchart2013-08-051-5/+5
* modetest: Compute CRTC pipe number as neededLaurent Pinchart2013-08-051-12/+17
* modetest: Create a device structureLaurent Pinchart2013-08-051-98/+103
* modetest: Remove the -m argumentLaurent Pinchart2013-08-051-7/+3
* modetest: Print the plane ID when setting up a planeLaurent Pinchart2013-08-051-4/+4
* modetest: Allow specifying plane positionLaurent Pinchart2013-08-051-15/+52
* modetest: Add a command line parameter to set propertiesLaurent Pinchart2013-08-051-2/+106
* modetest: Don't limit mode set and planes to two instancesLaurent Pinchart2013-08-051-2/+18
* modetest: Retrieve all resources in one goLaurent Pinchart2013-08-051-147/+261
* modetest: Add a command line parameter to drop master after mode setLaurent Pinchart2013-08-051-2/+9
* modetest: Add a command line parameter to select the driverLaurent Pinchart2013-08-051-15/+35
* modetest: Sort command line argumentsLaurent Pinchart2013-08-051-22/+27
* modetest: Remove extern declarations of opt(arg|ind|err|opt)Laurent Pinchart2013-08-051-2/+0
* modetest: Fix warningsLaurent Pinchart2013-08-054-31/+35
* tests: add tilcdc to modetest/vbltestRob Clark2013-08-012-2/+2
* modetest: Make RGB565 pwetty tooVille Syrjälä2013-05-221-3/+23
* modetest: Add YUV420 support and fix YVU420 Cb/Cr orderingVille Syrjälä2013-04-181-2/+12
* modetest: Pass format_info to fill_tiles functionsVille Syrjälä2013-04-181-11/+16
* modetest: Reduce the length of the connector type stringVille Syrjälä2013-04-181-2/+2
* modetest: Print possible_crtcs for planesVille Syrjälä2013-04-181-3/+3
* modetest: Add support for all 16/32 bpp RGB formatsVille Syrjälä2013-04-181-5/+115
* modetest: Fix pitches, somewhatVille Syrjälä2013-04-181-24/+10
* tests: allow tests programs to be installed (cumulative patch)Benjamin Gaignard2013-03-261-1/+1
* tests: allow tests programs to be installedBenjamin Gaignard2013-03-254-1/+20
* libdrm/exynos: add test application for 2d gpu.Inki Dae2013-03-083-0/+718
* configure.ac: Allow forcible disabling of Cairo supportDaniel Stone2012-10-081-4/+7
* tests/modetest: Add a forgotten return, needed for opensuse buildserviceTobias Klausmann2012-08-121-0/+1
* tests/modetest: fix distcheckMarek Olšák2012-08-111-1/+2
* modetest: fix uninitialized fourccRob Clark2012-07-231-5/+5
* modeset: Split buffer allocation to a separate fileLaurent Pinchart2012-07-204-987/+1068
* modetest: Make frame buffer format configurable on the command lineLaurent Pinchart2012-07-201-16/+44
* modetest: Move connector and plane parsing to separate functionsLaurent Pinchart2012-07-201-27/+36
* modetest: Add test pattern support for missing RGB formatsLaurent Pinchart2012-07-201-23/+145
* modetest: Add test pattern support for missing planar YUV formatsLaurent Pinchart2012-07-201-18/+28
* modetest: Add test pattern support for missing packed YUV formatsLaurent Pinchart2012-07-201-13/+40
* modetest: Add SMPTE test patternLaurent Pinchart2012-07-201-102/+627