summaryrefslogtreecommitdiff
path: root/tests/amdgpu/vce_tests.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-04test/amdgpu: fix test failure for SIFlora Cui1-19/+22
2017-08-04tests/amdgpu: bypass VCE tests on ravenHawking Zhang1-0/+17
2017-03-27tests/amdgpu: add vce unit test support for vega10Leo Liu1-12/+42
2017-01-13amdgpu: Provide more specific error message if non-privileged user runs amdgp...Alex Xie1-1/+7
2016-02-18amdgpu/tests: fix tests for asics with one VCE instanceSonny Jiang1-8/+12
2015-08-17tests/amdgpu: Remove unused local variable 'i'Michel Dänzer1-1/+1
2015-08-17tests/amdgpu: Include config.h firstMichel Dänzer1-0/+4
2015-08-05test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang1-0/+2
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou1-15/+47
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang1-2/+1
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önig1-1/+1
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou1-2/+3
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák1-3/+8
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák1-16/+13
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák1-2/+2
2015-08-05tests/amdgpu: implement VCE unit testsLeo Liu1-0/+461