aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/exynos: handle G2D_IMGBUF_COLOR in switch statementsTobias Jakobi2015-06-291-6/+13
* tests/exynos: remove connector_find_planeTobias Jakobi2015-06-291-31/+0
* tests/exynos: simplify drm_set_crtcTobias Jakobi2015-06-291-6/+1
* tests/exynos: remove struct fimg2d_test_caseTobias Jakobi2015-06-291-37/+5
* tests/exynos: remove unused defineTobias Jakobi2015-06-291-1/+0
* tests/exynos: clean struct connectorTobias Jakobi2015-06-291-10/+0
* tests/exynos: replace return by breakTobias Jakobi2015-06-291-1/+1
* tests/kmstest: support atmel-hlcdcBoris BREZILLON2015-05-281-0/+1
* modetest: add atmel-hlcdc driver supportBoris BREZILLON2015-05-281-1/+1
* modetest: only select plane with matching formatTobias Jakobi2015-05-281-1/+13
* modetest: make middle SMPTE colors transparentTobias Jakobi2015-05-281-14/+14
* modetest: replace malloc + memset with callocEmil Velikov2015-05-282-19/+10
* modetest: explicitly zero the newly allocated memoryEmil Velikov2015-05-281-3/+3
* modetest: fix allocation for yuv420/yvu420Rob Clark2015-05-051-0/+2
* modetest: fix the arguments of the MAKE_RGB_INFO defineJoonyoung Shim2015-04-291-2/+2
* modetest: destroy the cursor boJoonyoung Shim2015-04-281-0/+6
* modetest: clear buffer and framebuffer for planesJoonyoung Shim2015-04-281-0/+20
* modetest: fix the error path handlingJoonyoung Shim2015-04-281-5/+8
* modetest: make use of drmModeRmFBJoonyoung Shim2015-04-281-0/+4
* modetest: fix Segmentation faultJoonyoung Shim2015-04-281-1/+8
* modetest: initialize handles/pitches in set_plane()Tobias Jakobi2015-04-281-4/+4
* Add missing <strings.h> includesGreg Hackmann2015-04-281-0/+1
* drm: use c99 __func__ over __FUNCTION__Emil Velikov2015-04-281-6/+1
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-281-1/+1
* modeprint: add missing encoder/connector type namesRob Clark2015-04-151-0/+5
* mode: Retrieve only the current information for a ConnectorChris Wilson2015-04-141-2/+16
* android: remove unnecessary TARGET_OUT_HEADERS variableChih-Wei Huang2015-04-091-2/+0
* tests/random: return non-zero on test failureEmil Velikov2015-04-052-5/+7
* tests/random: extract test out of xf86drmRandom.cEmil Velikov2015-04-052-1/+120
* tests/hash: return non-zero on failureEmil Velikov2015-04-052-14/+18
* tests/hash: style fixesEmil Velikov2015-04-051-36/+54
* tests/hash: misc compilation fixesEmil Velikov2015-04-051-24/+21
* tests/hash: extract test out of xf86drmHash.cEmil Velikov2015-04-052-1/+200
* tests/drmsl: Extract tests out of xf86drmSL.cJan Vesely2015-04-042-3/+177
* tests/exynos: Fix missing static keywordJan Vesely2015-03-201-1/+1
* Fix unused function warningsJan Vesely2015-03-201-13/+0
* tests: add rockchip to modetest, kmstest, vbltest and proptestDaniel Kurtz2015-03-204-3/+4
* proptest: install it with --enable-install-test-programsDaniel Kurtz2015-03-201-0/+5
* android: simplify the including rule of subdirsChih-Wei Huang2015-03-201-0/+1
* exynos: add exynos prefix to fimg2d headerTobias Jakobi2015-03-161-1/+1
* exynos: use structure initialization instead of memsetTobias Jakobi2015-03-161-11/+4
* tests/exynos: fimg2d: add a checkerboard testTobias Jakobi2015-03-161-0/+117
* modetest: include into the build when libkms is not selected.Emil Velikov2015-03-161-2/+2
* Add static qualifier to local functionsJan Vesely2015-03-155-14/+14
* Fix unused, and unused-but-set variables warningsJan Vesely2015-03-141-3/+1
* dristat: Handle DRM_CONSISTENTJan Vesely2015-03-141-0/+1
* Fix type-limits, pointer-arith and sign-compare warningsJan Vesely2015-03-142-4/+2
* tests: String literals are const char *Jan Vesely2015-03-143-3/+3
* nouveau: make nouveau importing global buffers completely thread-safe, with t...Maarten Lankhorst2015-03-134-0/+177
* tests/exynos: improve error handlingTobias Jakobi2015-03-101-1/+13