[PATCH 1/4] drm/amdgpu/gpuvm: remove unused variable

Christian König ckoenig.leichtzumerken at gmail.com
Tue Jul 12 15:17:13 UTC 2022


Am 12.07.22 um 17:13 schrieb Alex Deucher:
> Not used so drop it.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

Patches #1-#3 are Reviewed-by: Christian König <christian.koenig at amd.com>

No idea what to do about patch #4, somebody more familiar with this 
needs to take a look.

Regards,
Christian.

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> index 4effee12a4ac..d1657de5f875 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> @@ -1576,7 +1576,6 @@ void amdgpu_amdkfd_gpuvm_destroy_cb(struct amdgpu_device *adev,
>   				    struct amdgpu_vm *vm)
>   {
>   	struct amdkfd_process_info *process_info = vm->process_info;
> -	struct amdgpu_bo *pd = vm->root.bo;
>   
>   	if (!process_info)
>   		return;



More information about the amd-gfx mailing list