mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
tests/amdgpu: Remove unused local variable 'i'
Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
25784d3af2
commit
2a34176123
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ static void check_result(struct amdgpu_vce_encode *enc)
|
|||
static void amdgpu_cs_vce_encode(void)
|
||||
{
|
||||
uint32_t vbuf_size, bs_size = 0x154000, cpb_size;
|
||||
int i, r;
|
||||
int r;
|
||||
|
||||
vbuf_size = enc.width * enc.height * 1.5;
|
||||
cpb_size = vbuf_size * 10;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue