summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
diff options
context:
space:
mode:
authorStanley.Yang <Stanley.Yang@amd.com>2023-03-29 17:03:09 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 19:39:51 +0300
commit61a7c162399590263bf5f1ff5d2de634bfe3ae8d (patch)
tree10f9d7c56a28f8c0518ecc1139f080680e4b3fed /drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
parentd522ca2714b77e15ebe6e77c1db7468c11a81180 (diff)
downloadlinux-61a7c162399590263bf5f1ff5d2de634bfe3ae8d.tar.xz
drm/amdgpu: pass xcc mask to ras ta
pass xcc mask to ras ta, ras ta will compare the mask with the one from chiplet topology. Changed from V1: Remove IP version checking. Set ras_cmd->ras_init_message.init_flags.xcc_mask directly due to xcc_mask is common structres to all the devices. Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@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 30d0482ac466..be2984ac00a5 100644
--- a/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
+++ b/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h
@@ -129,6 +129,7 @@ struct ta_ras_trigger_error_input {
struct ta_ras_init_flags {
uint8_t poison_mode_en;
uint8_t dgpu_mode;
+ uint16_t xcc_mask;
};
struct ta_ras_output_flags {