[PATCH 1/2] drm/amdgpu/gfx6: drop gds unrefs

Christian König deathsimple at vodafone.de
Wed Mar 15 14:22:02 UTC 2017


Am 15.03.2017 um 14:56 schrieb Alex Deucher:
> Leftover from gfx7 code.  gfx6 never sets up the gds buffers
> in the first place.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

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

> ---
>   drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 4 ----
>   1 file changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> index 7259ded..4c4874f 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> @@ -3308,10 +3308,6 @@ static int gfx_v6_0_sw_fini(void *handle)
>   	int i;
>   	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
>   
> -	amdgpu_bo_unref(&adev->gds.oa_gfx_bo);
> -	amdgpu_bo_unref(&adev->gds.gws_gfx_bo);
> -	amdgpu_bo_unref(&adev->gds.gds_gfx_bo);
> -
>   	for (i = 0; i < adev->gfx.num_gfx_rings; i++)
>   		amdgpu_ring_fini(&adev->gfx.gfx_ring[i]);
>   	for (i = 0; i < adev->gfx.num_compute_rings; i++)




More information about the amd-gfx mailing list