aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
diff options
context:
space:
mode:
authorGravatar Stanley.Yang <Stanley.Yang@amd.com> 2022-05-20 21:03:09 +0800
committerGravatar Alex Deucher <alexander.deucher@amd.com> 2022-06-03 16:44:15 -0400
commitcbd3e8440e2e6a4d83479235c9bf278b89360946 (patch)
tree5eec1c22bb543a5334317b801e3017db85990c25 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
parentdrm/amd/display: disable idle optimizations (diff)
downloadlinux-cbd3e8440e2e6a4d83479235c9bf278b89360946.tar.gz
linux-cbd3e8440e2e6a4d83479235c9bf278b89360946.tar.bz2
linux-cbd3e8440e2e6a4d83479235c9bf278b89360946.zip
drm/amdgpu: print umc correctable error address
Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com> Acked-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
index 28e603243b67..bf5a95104ec1 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
@@ -333,6 +333,11 @@ struct ecc_info_per_ch {
struct umc_ecc_info {
struct ecc_info_per_ch ecc[MAX_UMC_CHANNEL_NUM];
+
+ /* Determine smu ecctable whether support
+ * record correctable error address
+ */
+ int record_ce_addr_supported;
};
struct amdgpu_ras {