summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorCandice Li <candice.li@amd.com>2021-08-23 15:17:35 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-08-24 15:35:57 -0400
commit355e3e4ccc2cd4b29cc37546474448a8f02e3bbc (patch)
tree6e2b7aaf0e01ab7c43895ccd49e1528e61172072 /drivers/gpu
parenta47f6a5806da4f24fbb66148a1519bf72fe060db (diff)
downloadlinux-355e3e4ccc2cd4b29cc37546474448a8f02e3bbc.tar.gz
linux-355e3e4ccc2cd4b29cc37546474448a8f02e3bbc.tar.xz
drm/amd/amdgpu: add name field back to ras_common_if
Adding name field back to ras_common_if to work around error injection failure with amdgpuras tool. Signed-off-by: Candice Li <candice.li@amd.com> Reviewed-by: John Clements <john.clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
index abc5710898e8..5b5163357fcb 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
@@ -309,6 +309,7 @@ struct ras_common_if {
enum amdgpu_ras_block block;
enum amdgpu_ras_error_type type;
uint32_t sub_block_index;
+ char name[32];
};
struct amdgpu_ras {