aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Include <alloca.h> when needed before calling allocaAlan Coopersmith2015-09-121-0/+3
* tests: Add -lm to LDADD for dristatMichel Dänzer2015-09-091-0/+2
* tests/amdgpu: ensure tests work by using c99 initializersEmil Velikov2015-09-041-8/+24
* tests/amdgpu: annotate (most of) the vce templates as const dataEmil Velikov2015-09-041-12/+12
* tests/amdgpu: annotate the uvd message templates as const dataEmil Velikov2015-09-041-5/+5
* tests/amdgpu: reference the correct variable for memcpyEmil Velikov2015-09-041-2/+2
* modetest: annotate const data as such for good measureEmil Velikov2015-09-041-5/+5
* modetest: fix shadowing warningsEmil Velikov2015-09-041-3/+0
* vbltest: fix variable shadowing warningEmil Velikov2015-09-041-1/+0
* modetest: remove the trailing white spacesHyungwon Hwang2015-08-201-2/+2
* tests/amdgpu: Remove unused local variable 'i'Michel Dänzer2015-08-171-1/+1
* tests/amdgpu: Include config.h firstMichel Dänzer2015-08-175-0/+24
* tests: modetest: Accept connector names in addition to connector IDsThierry Reding2015-08-141-12/+82
* modeprint: cleanup, remove compile warningsTapani Pälli2015-08-101-3/+1
* amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer2015-08-051-6/+8
* amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer2015-08-051-3/+3
* test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2015-08-052-0/+4
* amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou2015-08-055-117/+332
* amdgpu : move management of user fence from libdrm to UMDKen Wang2015-08-053-12/+17
* amdgpu: fix bs buffer size for vce testChristian König2015-08-051-1/+1
* tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou2015-08-051-8/+0
* amdgpu: use common fence structure for dependencies as well.Christian König2015-08-053-7/+7
* amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2015-08-053-12/+18
* amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák2015-08-054-14/+63
* amdgpu: remove amdgpu_ib helpersMarek Olšák2015-08-054-56/+102
* amdgpu: remove amdgpu_ibMarek Olšák2015-08-053-10/+10
* tests/amdgpu: manage IB in client sideJammy Zhou2015-08-052-7/+15
* tests/amdgpu: implement VCE unit testsLeo Liu2015-08-056-1/+2749
* tests/amdgpu: add shared IB submission test v2Jammy Zhou2015-08-051-1/+65
* amdgpu: reuse the kernel IB flags v2Jammy Zhou2015-08-051-1/+1
* amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou2015-08-051-11/+8
* amdgpu: add public bo list interface v3Christian König2015-08-052-4/+16
* amdgpu: cleanup public interface v2Christian König2015-08-052-25/+22
* drm: add tests/amdgpu (v3)Alex Deucher2015-08-059-0/+2324
* drm: consolidate common list implementations (v2)Alex Deucher2015-08-053-139/+1
* Build vbltest irrespective of the presence of libudev.Joonyoung Shim2015-07-201-5/+1
* Consistently check the fd valueEmil Velikov2015-07-161-1/+1
* 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