summaryrefslogtreecommitdiff
path: root/tests/modetest/modetest.c
AgeCommit message (Expand)Author
2015-07-20tests: modetest: Accept connector names in addition to connector IDsHEADmasterThierry Reding
2015-05-28modetest: add atmel-hlcdc driver supportBoris BREZILLON
2015-05-28modetest: only select plane with matching formatTobias Jakobi
2015-05-28modetest: replace malloc + memset with callocEmil Velikov
2015-05-28modetest: explicitly zero the newly allocated memoryEmil Velikov
2015-04-28modetest: destroy the cursor boJoonyoung Shim
2015-04-28modetest: clear buffer and framebuffer for planesJoonyoung Shim
2015-04-28modetest: fix the error path handlingJoonyoung Shim
2015-04-28modetest: make use of drmModeRmFBJoonyoung Shim
2015-04-28modetest: fix Segmentation faultJoonyoung Shim
2015-04-28modetest: initialize handles/pitches in set_plane()Tobias Jakobi
2015-04-28Add missing <strings.h> includesGreg Hackmann
2015-04-15modeprint: add missing encoder/connector type namesRob Clark
2015-03-20tests: add rockchip to modetest, kmstest, vbltest and proptestDaniel Kurtz
2015-02-25tests: add support for imx-drmPhilipp Zabel
2015-01-11modetest: Allocate dumb buffers with the correct bppLaurent Pinchart
2014-11-27libdrm: Add NVIDIA Tegra supportThierry Reding
2014-11-24update signed/object prop typesRob Clark
2014-11-24modetest: Print newline for empty blobsVille Syrjälä
2014-11-24modetest: universal plane supportRob Clark
2014-09-28modetest: Add support of STI driverBenjamin Gaignard
2014-09-01all: include config.h only when available and use its definesEmil Velikov
2014-04-22modetest: add cursor supportRob Clark
2014-01-12modetest: add the possibility to select the refresh frequency for a modeVincent ABRIOU
2013-09-11modetest: allow setting a scaling factor when showing planeIlia Mirkin
2013-09-11modetest: add a -D option to specify a device to be usedIlia Mirkin
2013-08-30tests/modetest: silence compiler warning about uninitialised variablesEmil Velikov
2013-08-30tests: add msmRob Clark
2013-08-05modetest: Try all possible encoders for a connectorLaurent Pinchart
2013-08-05modetest: Support pipes with multiple connectorsLaurent Pinchart
2013-08-05modetest: Rename struct connector_arg to struct pipe_argLaurent Pinchart
2013-08-05modetest: Split mode setting and plane setupLaurent Pinchart
2013-08-05modetest: Give the CRTC ID to the -P optionLaurent Pinchart
2013-08-05modetest: Store the mode in the crtc structureLaurent Pinchart
2013-08-05modetest: Store the crtc in the connector_arg structureLaurent Pinchart
2013-08-05modetest: Remove the struct connector_arg encoder fieldLaurent Pinchart
2013-08-05modetest: Compute CRTC pipe number as neededLaurent Pinchart
2013-08-05modetest: Create a device structureLaurent Pinchart
2013-08-05modetest: Remove the -m argumentLaurent Pinchart
2013-08-05modetest: Print the plane ID when setting up a planeLaurent Pinchart
2013-08-05modetest: Allow specifying plane positionLaurent Pinchart
2013-08-05modetest: Add a command line parameter to set propertiesLaurent Pinchart
2013-08-05modetest: Don't limit mode set and planes to two instancesLaurent Pinchart
2013-08-05modetest: Retrieve all resources in one goLaurent Pinchart
2013-08-05modetest: Add a command line parameter to drop master after mode setLaurent Pinchart
2013-08-05modetest: Add a command line parameter to select the driverLaurent Pinchart
2013-08-05modetest: Sort command line argumentsLaurent Pinchart
2013-08-05modetest: Remove extern declarations of opt(arg|ind|err|opt)Laurent Pinchart
2013-08-05modetest: Fix warningsLaurent Pinchart
2013-08-01tests: add tilcdc to modetest/vbltestRob Clark