aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJonathan Kim <jonathan.kim@amd.com>2025-02-27 12:25:25 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-03-07 12:53:13 -0500
commit14c8097ba4db1b6e1c28b2ed65186b9199fe9155 (patch)
tree6c77108d4cd248f9940cd18aaef70c6347d733bb
parentdrm/amdgpu: fix inconsistent indenting warning (diff)
downloadwireguard-linux-14c8097ba4db1b6e1c28b2ed65186b9199fe9155.tar.xz
wireguard-linux-14c8097ba4db1b6e1c28b2ed65186b9199fe9155.zip
drm/amdkfd: remove unused debug gws support status variable
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>
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
index 966d1c484d9f..bb09c873a9a5 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;