projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571d368
)
drm/amdkfd: remove unused debug gws support status variable
author
Jonathan Kim
<jonathan.kim@amd.com>
Thu, 27 Feb 2025 17:25:25 +0000
(12:25 -0500)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
index
966d1c4
..
bb09c87
100644
(file)
--- 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;