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