summaryrefslogtreecommitdiff
path: root/tests/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2016-06-02amdgpu: fix fence status queryChristian König1-0/+6
2016-05-13tests/amdgpu: adapt to new polaris10/11 uvd fwSonny Jiang1-6/+42
2016-05-13tests/amdgpu: add interface to adapt firmware requirementLeo Liu1-2/+5
2016-05-13tests/amdgpu: expand write/copy tests to computeAlex Deucher1-7/+34
2016-05-13tests/amdgpu: expand write/copy tests to computeAlex Deucher1-3/+6
2016-04-07tests: Fix spelling mistakesEric Engestrom1-3/+3
2016-02-18amdgpu/tests: fix tests for asics with one VCE instanceSonny Jiang1-8/+12
2016-02-04tests/amdgpu: add a test for cp dma copyAlex Deucher1-0/+18
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear genericAlex Deucher1-10/+17
2016-02-04tests/amdgpu: add a test for cp dma fillAlex Deucher1-0/+18
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_const_fill genericAlex Deucher1-8/+16
2016-02-04tests/amdgpu: add a test for cp write dataAlex Deucher1-0/+125
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_write_linear genericAlex Deucher1-9/+18
2016-02-04tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)Alex Deucher1-23/+28
2016-01-20tests/amdgpu: add semaphore testChunming Zhou1-0/+133
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith1-0/+3
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-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-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 Deucher7-0/+2317