summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-12-18tests: remove missleading commentsStefan Agner1-14/+1
2015-12-18vbltest: Use util_open()Thierry Reding2-21/+20
2015-12-18proptest: Use util_open()Thierry Reding1-22/+38
2015-12-18modetest: Use util_open()Thierry Reding1-24/+3
2015-12-18tests: Add helper to open a device/moduleThierry Reding2-0/+57
2015-12-18tests: kms: Implement universal planes testThierry Reding2-2/+365
2015-12-18tests: kms: Implement CRTC stealing testThierry Reding2-0/+172
2015-12-18tests: Add libkms-test libraryThierry Reding8-1/+794
2015-12-18proptest: Add Android supportThierry Reding3-2/+19
2015-12-18tests: Move name tables to libutilThierry Reding5-101/+165
2015-12-18tests: Split helpers into libraryThierry Reding21-990/+1221
2015-12-18tests/exynos: add test for g2d_moveTobias Jakobi1-0/+132
2015-12-18tests/exynos: use XRGB8888 for framebufferTobias Jakobi1-1/+1
2015-12-18tests/exynos: add fimg2d event testTobias Jakobi2-2/+335
2015-12-18tests/exynos: add fimg2d performance analysisTobias Jakobi2-2/+344
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