summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-07-20tests: modetest: Accept connector names in addition to connector IDsHEADmasterThierry Reding
2015-07-16Consistently check the fd valueEmil Velikov
2015-06-29tests/exynos: handle G2D_IMGBUF_COLOR in switch statementsTobias Jakobi
2015-06-29tests/exynos: remove connector_find_planeTobias Jakobi
2015-06-29tests/exynos: simplify drm_set_crtcTobias Jakobi
2015-06-29tests/exynos: remove struct fimg2d_test_caseTobias Jakobi
2015-06-29tests/exynos: remove unused defineTobias Jakobi
2015-06-29tests/exynos: clean struct connectorTobias Jakobi
2015-06-29tests/exynos: replace return by breakTobias Jakobi
2015-05-28tests/kmstest: support atmel-hlcdcBoris BREZILLON
2015-05-28modetest: add atmel-hlcdc driver supportBoris BREZILLON
2015-05-28modetest: only select plane with matching formatTobias Jakobi
2015-05-28modetest: make middle SMPTE colors transparentTobias Jakobi
2015-05-28modetest: replace malloc + memset with callocEmil Velikov
2015-05-28modetest: explicitly zero the newly allocated memoryEmil Velikov
2015-05-05modetest: fix allocation for yuv420/yvu420Rob Clark
2015-04-29modetest: fix the arguments of the MAKE_RGB_INFO defineJoonyoung Shim
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-28drm: use c99 __func__ over __FUNCTION__Emil Velikov
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-04-15modeprint: add missing encoder/connector type namesRob Clark
2015-04-14mode: Retrieve only the current information for a ConnectorChris Wilson
2015-04-09android: remove unnecessary TARGET_OUT_HEADERS variableChih-Wei Huang
2015-04-05tests/random: return non-zero on test failureEmil Velikov
2015-04-05tests/random: extract test out of xf86drmRandom.cEmil Velikov
2015-04-05tests/hash: return non-zero on failureEmil Velikov
2015-04-05tests/hash: style fixesEmil Velikov
2015-04-05tests/hash: misc compilation fixesEmil Velikov
2015-04-05tests/hash: extract test out of xf86drmHash.cEmil Velikov
2015-04-04tests/drmsl: Extract tests out of xf86drmSL.cJan Vesely
2015-03-20tests/exynos: Fix missing static keywordJan Vesely
2015-03-20Fix unused function warningsJan Vesely
2015-03-20tests: add rockchip to modetest, kmstest, vbltest and proptestDaniel Kurtz
2015-03-20proptest: install it with --enable-install-test-programsDaniel Kurtz
2015-03-20android: simplify the including rule of subdirsChih-Wei Huang
2015-03-16exynos: add exynos prefix to fimg2d headerTobias Jakobi
2015-03-16exynos: use structure initialization instead of memsetTobias Jakobi
2015-03-16tests/exynos: fimg2d: add a checkerboard testTobias Jakobi
2015-03-16modetest: include into the build when libkms is not selected.Emil Velikov
2015-03-15Add static qualifier to local functionsJan Vesely
2015-03-14Fix unused, and unused-but-set variables warningsJan Vesely
2015-03-14dristat: Handle DRM_CONSISTENTJan Vesely
2015-03-14Fix type-limits, pointer-arith and sign-compare warningsJan Vesely
2015-03-14tests: String literals are const char *Jan Vesely