[PATCH] drm/amdgpu: Remove ununsed variable from amdgpu_ib_pool_init

Christian König ckoenig.leichtzumerken at gmail.com
Mon Sep 13 19:16:35 UTC 2021


Am 13.09.21 um 19:27 schrieb Anson Jacob:
> Remove unused variable 'size'.
>
> Signed-off-by: Anson Jacob <Anson.Jacob at amd.com>

Yeah, that's because of the recent change that we now use the same size 
for everything.

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> index 9274f32c3661..bc1297dcdf97 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> @@ -300,7 +300,6 @@ int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs,
>    */
>   int amdgpu_ib_pool_init(struct amdgpu_device *adev)
>   {
> -	unsigned size;
>   	int r, i;
>   
>   	if (adev->ib_pool_ready)



More information about the amd-gfx mailing list