summaryrefslogtreecommitdiff
path: root/tests/amdgpu/basic_tests.c
Commit message (Expand)AuthorAgeFilesLines
* tests/amdgpu: add a test for cp dma copyAlex Deucher2016-02-041-0/+18
* tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear genericAlex Deucher2016-02-041-10/+17
* tests/amdgpu: add a test for cp dma fillAlex Deucher2016-02-041-0/+18
* tests/amdgpu: make amdgpu_command_submission_sdma_const_fill genericAlex Deucher2016-02-041-8/+16
* tests/amdgpu: add a test for cp write dataAlex Deucher2016-02-041-0/+125
* tests/amdgpu: make amdgpu_command_submission_sdma_write_linear genericAlex Deucher2016-02-041-9/+18
* tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)Alex Deucher2016-02-041-23/+28
* tests/amdgpu: add semaphore testChunming Zhou2016-01-201-0/+133
* Include <alloca.h> when needed before calling allocaAlan Coopersmith2015-09-121-0/+3
* tests/amdgpu: Include config.h firstMichel Dänzer2015-08-171-0/+5
* amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer2015-08-051-6/+8
* amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou2015-08-051-58/+89
* amdgpu : move management of user fence from libdrm to UMDKen Wang2015-08-051-8/+15
* amdgpu: use common fence structure for dependencies as well.Christian König2015-08-051-5/+5
* amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2015-08-051-8/+12
* amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák2015-08-051-9/+39
* amdgpu: remove amdgpu_ib helpersMarek Olšák2015-08-051-33/+49
* amdgpu: remove amdgpu_ibMarek Olšák2015-08-051-6/+6
* tests/amdgpu: manage IB in client sideJammy Zhou2015-08-051-0/+15
* 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-051-2/+6
* amdgpu: cleanup public interface v2Christian König2015-08-051-17/+16
* drm: add tests/amdgpu (v3)Alex Deucher2015-08-051-0/+669