aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amdgpu/syncobj_tests.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-01-07 14:44:35 -0500
committerMarek Olšák <marek.olsak@amd.com>2020-01-07 14:44:47 -0500
commit9ebfac15a5c443e847b432765e3b3aa35f74c6f1 (patch)
tree46427186bc280748ff10a72091c8fc59f83a0237 /tests/amdgpu/syncobj_tests.c
parent54b982dc6a23d1d462b0b82fc891df6153918a19 (diff)
downloadexternal_libdrm-9ebfac15a5c443e847b432765e3b3aa35f74c6f1.tar.gz
external_libdrm-9ebfac15a5c443e847b432765e3b3aa35f74c6f1.tar.bz2
external_libdrm-9ebfac15a5c443e847b432765e3b3aa35f74c6f1.zip
Revert "tests/amdgpu: Fix various warnings"
This reverts commit fb1634583f3ba22c67cad0df7022b6ac48a40c56.
Diffstat (limited to 'tests/amdgpu/syncobj_tests.c')
-rw-r--r--tests/amdgpu/syncobj_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/syncobj_tests.c b/tests/amdgpu/syncobj_tests.c
index 3a7b38eb..869ed88e 100644
--- a/tests/amdgpu/syncobj_tests.c
+++ b/tests/amdgpu/syncobj_tests.c
@@ -96,7 +96,7 @@ static int syncobj_command_submission_helper(uint32_t syncobj_handle, bool
struct amdgpu_cs_fence fence_status;
amdgpu_bo_list_handle bo_list;
amdgpu_va_handle va_handle;
- uint32_t expired;
+ uint32_t expired, flags;
int i, r;
uint64_t seq_no;
static uint32_t *ptr;