summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-21tests/drmdevice: add drm{Get,Free}Device() exampleEmil Velikov1-2/+21
2015-09-21tests/drmdevice: add new 'test'Emil Velikov2-0/+94
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith1-0/+3
2015-09-09tests: Add -lm to LDADD for dristatMichel Dänzer1-0/+2
2015-09-04tests/amdgpu: ensure tests work by using c99 initializersEmil Velikov1-8/+24
2015-09-04tests/amdgpu: annotate (most of) the vce templates as const dataEmil Velikov1-12/+12
2015-09-04tests/amdgpu: annotate the uvd message templates as const dataEmil Velikov1-5/+5
2015-09-04tests/amdgpu: reference the correct variable for memcpyEmil Velikov1-2/+2
2015-09-04modetest: annotate const data as such for good measureEmil Velikov1-5/+5
2015-09-04modetest: fix shadowing warningsEmil Velikov1-3/+0
2015-09-04vbltest: fix variable shadowing warningEmil Velikov1-1/+0
2015-08-20modetest: remove the trailing white spacesHyungwon Hwang1-2/+2
2015-08-17tests/amdgpu: Remove unused local variable 'i'Michel Dänzer1-1/+1
2015-08-17tests/amdgpu: Include config.h firstMichel Dänzer5-0/+24
2015-08-15tests: modetest: Accept connector names in addition to connector IDsThierry Reding1-12/+82
2015-08-10modeprint: cleanup, remove compile warningsTapani Pälli1-3/+1
2015-08-05amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer1-6/+8
2015-08-05amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer1-3/+3
2015-08-05test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2-0/+4
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou5-117/+332
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang3-12/+17
2015-08-05amdgpu: fix bs buffer size for vce testChristian König1-1/+1
2015-08-05tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou1-8/+0
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König3-7/+7
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou3-12/+18
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák4-14/+63
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák4-56/+102
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák3-10/+10
2015-08-05tests/amdgpu: manage IB in client sideJammy Zhou2-7/+15
2015-08-05tests/amdgpu: implement VCE unit testsLeo Liu6-1/+2749
2015-08-05tests/amdgpu: add shared IB submission test v2Jammy Zhou1-1/+65
2015-08-05amdgpu: reuse the kernel IB flags v2Jammy Zhou1-1/+1
2015-08-05amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou1-11/+8
2015-08-05amdgpu: add public bo list interface v3Christian König2-4/+16
2015-08-05amdgpu: cleanup public interface v2Christian König2-25/+22
2015-08-05drm: add tests/amdgpu (v3)Alex Deucher9-0/+2324
2015-08-05drm: consolidate common list implementations (v2)Alex Deucher3-139/+1
2015-07-20Build vbltest irrespective of the presence of libudev.Joonyoung Shim1-5/+1
2015-07-16Consistently check the fd valueEmil Velikov1-1/+1
2015-06-29tests/exynos: handle G2D_IMGBUF_COLOR in switch statementsTobias Jakobi1-6/+13
2015-06-29tests/exynos: remove connector_find_planeTobias Jakobi1-31/+0
2015-06-29tests/exynos: simplify drm_set_crtcTobias Jakobi1-6/+1
2015-06-29tests/exynos: remove struct fimg2d_test_caseTobias Jakobi1-37/+5
2015-06-29tests/exynos: remove unused defineTobias Jakobi1-1/+0
2015-06-29tests/exynos: clean struct connectorTobias Jakobi1-10/+0
2015-06-29tests/exynos: replace return by breakTobias Jakobi1-1/+1
2015-05-28tests/kmstest: support atmel-hlcdcBoris BREZILLON1-0/+1
2015-05-28modetest: add atmel-hlcdc driver supportBoris BREZILLON1-1/+1
2015-05-28modetest: only select plane with matching formatTobias Jakobi1-1/+13
2015-05-28modetest: make middle SMPTE colors transparentTobias Jakobi1-14/+14