[PATCH libdrm] amdgpu/tests: drop unused local vars
Eric Engestrom
eric.engestrom at intel.com
Wed Dec 19 16:23:35 UTC 2018
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
tests/amdgpu/vce_tests.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/amdgpu/vce_tests.c b/tests/amdgpu/vce_tests.c
index b9e15ee97148ee3b38d4..0026826ea58bd9d9dd8b 100644
--- a/tests/amdgpu/vce_tests.c
+++ b/tests/amdgpu/vce_tests.c
@@ -648,12 +648,10 @@ static void check_mv_result(struct amdgpu_vce_encode *enc)
{
uint64_t sum;
uint32_t s = 140790;
- uint32_t *ptr, size;
- int i, j, r;
+ int j, r;
r = amdgpu_bo_cpu_map(enc->fb[0].handle, (void **)&enc->fb[0].ptr);
CU_ASSERT_EQUAL(r, 0);
- ptr = (uint32_t *)enc->fb[0].ptr;
r = amdgpu_bo_cpu_unmap(enc->fb[0].handle);
CU_ASSERT_EQUAL(r, 0);
r = amdgpu_bo_cpu_map(enc->mvb.handle, (void **)&enc->mvb.ptr);
--
Cheers,
Eric
More information about the dri-devel
mailing list