summaryrefslogtreecommitdiff
path: root/tests/amdgpu/basic_tests.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-02-08tests/amdgpu: add bo eviction testChunming Zhou1-1/+159
2018-01-29tests/amdgpu: drop unused variablesEric Engestrom1-2/+2
2018-01-29tests/amdgpu: add parentheses to make operation priority explicitEric Engestrom1-1/+1
2018-01-12tests/amdgpu: execute copy linear on all the available ringsHawking Zhang1-96/+104
2018-01-12tests/amdgpu: execute const fill on all the available ringsHawking Zhang1-70/+77
2018-01-12tests/amdgpu: execute write linear on all the available ringsHawking Zhang1-53/+58
2018-01-09test/amdgpu: fix compiler warningsChristian König1-4/+4
2017-12-12amdgpu: Remove dummy CU_ASSERT_EQUAL.Andrey Grodzovsky1-2/+0
2017-11-30amdgpu: Add explicit dependency test.Andrey Grodzovsky1-0/+264
2017-11-13amdgpu: Move memory alloc tests in bo suite.Andrey Grodzovsky1-49/+0
2017-10-04amdgpu: make userptr unit test more interestingChristian König1-0/+8
2017-08-04test/amdgpu: fix test failure for SIFlora Cui1-86/+184
2017-04-18amdgpu: add a test for amdgpu_cs_wait_fencesNicolai Hähnle1-0/+100
2017-03-27tests/amdgpu: fix the count number for vega10Huang Rui1-3/+24
2017-01-13amdgpu: Provide more specific error message if non-privileged user runs amdgp...Alex Xie1-1/+6
2016-06-02amdgpu: fix fence status queryChristian König1-0/+6
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-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-08-17tests/amdgpu: Include config.h firstMichel Dänzer1-0/+5
2015-08-05amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer1-6/+8
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou1-58/+89
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang1-8/+15
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König1-5/+5
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou1-8/+12
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák1-9/+39
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák1-33/+49
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák1-6/+6
2015-08-05tests/amdgpu: manage IB in client sideJammy Zhou1-0/+15
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önig1-2/+6
2015-08-05amdgpu: cleanup public interface v2Christian König1-17/+16
2015-08-05drm: add tests/amdgpu (v3)Alex Deucher1-0/+669