]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/amdkfd: remove unused debug gws support status variable
authorJonathan Kim <jonathan.kim@amd.com>
Thu, 27 Feb 2025 17:25:25 +0000 (12:25 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Mar 2025 17:53:13 +0000 (12:53 -0500)
Remove unused declaration of gws_debug_workaround.

Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Amber Lin <amber.lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_priv.h

index 966d1c484d9f39c8cd61e6dd171082c798527f57..bb09c873a9a59b1642a829d700d0a4cc9a01db58 100644 (file)
@@ -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;