[PATCH] drm/amdkfd: remove unused debug gws support status variable

Amber Lin amber.lin at amd.com
Wed Mar 5 19:48:51 UTC 2025


Reviewed-by: Amber Lin <Amber.Lin at amd.com>

Regards,
Amber

On 2025-02-27 12:31, Jonathan Kim wrote:
> Remove unused declaration of gws_debug_workaround.
> 
> Signed-off-by: Jonathan Kim <jonathan.kim at amd.com>
> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> index 59619f794b6b..43950f3e6672 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> @@ -289,7 +289,6 @@ struct kfd_node {
>   
>   	/* Global GWS resource shared between processes */
>   	void *gws;
> -	bool gws_debug_workaround;
>   
>   	/* Clients watching SMI events */
>   	struct list_head smi_clients;


More information about the amd-gfx mailing list