summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
diff options
context:
space:
mode:
authorCandice Li <candice.li@amd.com>2023-06-12 06:00:41 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-06-15 18:06:59 +0300
commit6fac3964a9092f0ac797cb30cce5fd44f80e5a09 (patch)
tree550689edbe0bb1dea4318ed5b8a8211a4d15c23a /drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
parentbcd9a5f8b9e2a705bc30e9b27ebf7b8a8625325f (diff)
downloadlinux-6fac3964a9092f0ac797cb30cce5fd44f80e5a09.tar.xz
drm/amdgpu: Add channel_dis_num to ras init flags
Add disabled channel number to ras init flags. Signed-off-by: Candice Li <candice.li@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/ta_ras_if.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/ta_ras_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h b/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
index be2984ac00a5..879bb7af297c 100644
--- a/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
+++ b/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
@@ -130,6 +130,7 @@ struct ta_ras_init_flags {
uint8_t poison_mode_en;
uint8_t dgpu_mode;
uint16_t xcc_mask;
+ uint8_t channel_dis_num;
};
struct ta_ras_output_flags {