[PATCH] drm/amdgpu: drop unused df init callback

Kuehling, Felix Felix.Kuehling at amd.com
Fri Jun 21 21:49:28 UTC 2019


On 2019-06-21 5:33 p.m., Alex Deucher wrote:
> It was replaced with the sw_init callback so is no longer
> needed.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index 7118ca21aa4e..896a4bc60040 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -687,7 +687,6 @@ struct amdgpu_nbio_funcs {
>   };
>   
>   struct amdgpu_df_funcs {
> -	void (*init)(struct amdgpu_device *adev);
>   	void (*sw_init)(struct amdgpu_device *adev);
>   	void (*enable_broadcast_mode)(struct amdgpu_device *adev,
>   				      bool enable);


More information about the amd-gfx mailing list