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

2021-09-13 Thread Christian König
Am 13.09.21 um 19:27 schrieb Anson Jacob: Remove unused variable 'size'. Signed-off-by: Anson Jacob Yeah, that's because of the recent change that we now use the same size for everything. Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 1 - 1 file changed, 1

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

2021-09-13 Thread Alex Deucher
Reviewed-by: Alex Deucher On Mon, Sep 13, 2021 at 1:28 PM Anson Jacob wrote: > > Remove unused variable 'size'. > > Signed-off-by: Anson Jacob > --- > 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/driv

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

2021-09-13 Thread Anson Jacob
Remove unused variable 'size'. Signed-off-by: Anson Jacob --- 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/a