summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-11-24[SPRD] Build libdrm_sprd only tm1submit/tizen_mobile/20151124.075947Changyeon Lee1-3/+13
2015-11-24[SPRD] add feature HAVE_SPRDSooChan Lim1-0/+2
2015-11-23[SPRD] add supporting sprd to "modeprint"Roman Marchenko2-1/+7
2015-10-06exynos: support DRM_IOCTL_EXYNOS_GEM_MAPsubmit/tizen/20151103.025922accepted/tizen/wearable/20151103.224656accepted/tizen/tv/20151103.224645accepted/tizen/mobile/20151103.224637Joonyoung Shim2-4/+4
2015-10-06Build vbltest irrespective of the presence of libudev.Joonyoung Shim1-3/+1
2015-03-19ipptest: change result directorysubmit/tizen/20150421.044349accepted/tizen/wearable/20150422.102850accepted/tizen/tv/20150422.102137accepted/tizen/mobile/20150423.002647accepted/tizen/common/20150422.080159Seung-Woo Kim6-11/+15
2015-02-03ipptest: replace DRM_EXYNOS_GEM_MAP_OFFSET/MMAP with generic mmapSeung-Woo Kim10-36/+97
2014-10-15packaging: add tools-exynos for testing exynos_drmChanho Park2-0/+10
2014-10-15drm: ipptest: support ipp dynamic color rangeDonghwa Lee1-0/+2
2014-10-15ipptest: add fimc and rotator test applicationsInki Dae19-0/+2709
2014-09-28more compile fixRob Clark1-0/+4
2014-09-28automake: pick up all files for distribution.Emil Velikov1-0/+2
2014-09-28modetest: Add support of STI driverBenjamin Gaignard1-1/+1
2014-09-28modetest: add Android buildEmil Velikov1-0/+14
2014-09-28modetest: move sources lists to makefiles.sourcesEmil Velikov2-4/+9
2014-09-01all: include config.h only when available and use its definesEmil Velikov5-0/+10
2014-07-25exynos: do not build fimg2d_test when building without libkms support.Maarten Lankhorst1-0/+2
2014-07-16radeon: Add missing header includes.Thomas Klausner1-0/+2
2014-05-12exynos_fimg2d_test: fix drmModeRmFBDaniel Kurtz1-1/+1
2014-05-12exynos: remove unusable "run" targetDaniel Kurtz1-2/+0
2014-05-12eyxnos: install exynos tests if HAVE_INSTALL_TESTSDaniel Kurtz1-0/+5
2014-04-22modetest: add cursor supportRob Clark4-5/+310
2014-04-17tests: Use drmFreeVersion() instead of drmFree()Thierry Reding1-1/+1
2014-04-17Mark functions printf-like where possibleThierry Reding1-1/+1
2014-01-24modeprint: pretty print connector namesLucas Stach1-1/+27
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