RE: [PATCH 2/3] drm/amdgpu: set poison supported flag for RAS (v2)

2021-09-22 Thread Zhang, Hawking
, John ; Yang, Stanley Cc: Zhou1, Tao Subject: [PATCH 2/3] drm/amdgpu: set poison supported flag for RAS (v2) Add RAS poison supported flag and tell PSP RAS TA about the info. v2: rename poison_mode to poison_supported, we can also disable poison mode even we support it. print poison_supported

[PATCH 2/3] drm/amdgpu: set poison supported flag for RAS (v2)

2021-09-22 Thread Tao Zhou
Add RAS poison supported flag and tell PSP RAS TA about the info. v2: rename poison_mode to poison_supported, we can also disable poison mode even we support it. print poison_supported value if ras feature enablement fails. Signed-off-by: Tao Zhou ---