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>
This commit is contained in:
parent
a47f6a5806
commit
355e3e4ccc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue