mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amdgpu: Updated RAS infrastructure
Update RAS infrastructure to support RAS query for MCA subblocks Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: John Clements <john.clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
6effad8abe
commit
640ae42efb
@@ -29,6 +29,7 @@ struct amdgpu_mca_ras_funcs {
|
||||
void (*query_ras_error_address)(struct amdgpu_device *adev,
|
||||
void *ras_error_status);
|
||||
uint32_t ras_block;
|
||||
uint32_t ras_sub_block;
|
||||
const char* sysfs_name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user