diff options
author | Christian König <christian.koenig@amd.com> | 2015-07-09 11:48:32 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-05 13:47:52 -0400 |
commit | 5463d2e83a450a0428f6c46561c5e2a54a229589 (patch) | |
tree | 91cb136737a4611ca7307e8cde499a6c40021c6b /tests/amdgpu/vce_tests.c | |
parent | f91b56dc8c604ec1c6f092d69550266d20dc9764 (diff) | |
download | external_libdrm-5463d2e83a450a0428f6c46561c5e2a54a229589.tar.gz external_libdrm-5463d2e83a450a0428f6c46561c5e2a54a229589.tar.bz2 external_libdrm-5463d2e83a450a0428f6c46561c5e2a54a229589.zip |
amdgpu: use common fence structure for dependencies as well.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'tests/amdgpu/vce_tests.c')
-rw-r--r-- | tests/amdgpu/vce_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/vce_tests.c b/tests/amdgpu/vce_tests.c index 09e8607c..1d2cd40d 100644 --- a/tests/amdgpu/vce_tests.c +++ b/tests/amdgpu/vce_tests.c @@ -130,7 +130,7 @@ static int submit(unsigned ndw, unsigned ip) { struct amdgpu_cs_request ibs_request = {0}; struct amdgpu_cs_ib_info ib_info = {0}; - struct amdgpu_cs_query_fence fence_status = {0}; + struct amdgpu_cs_fence fence_status = {0}; uint32_t expired; int r; |