RE: [PATCH Review 1/1] drm/amdgpu: Fix ineffective ras_mask settings

2024-02-21 Thread Zhou1, Tao
[AMD Official Use Only - General] Reviewed-by: Tao Zhou > -Original Message- > From: amd-gfx On Behalf Of > Stanley.Yang > Sent: Wednesday, February 21, 2024 10:27 PM > To: amd-gfx@lists.freedesktop.org > Cc: Yang, Stanley > Subject: [PATCH Review 1/1] drm/am

[PATCH Review 1/1] drm/amdgpu: Fix ineffective ras_mask settings

2024-02-21 Thread Stanley . Yang
Check amdgpu_ras_mask to fix ineffective ras_mask setting due to special asic without sram ecc enable but with poison supported. Signed-off-by: Stanley.Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/

[PATCH Review 1/1] drm/amdgpu: Fix ineffective ras_mask settings

2023-12-21 Thread Stanley . Yang
For the special asic with mem ecc enabled but sram ecc not enabled, even if the ras block is not supported on .ras_enabled, if the asic supports poison mode and the ras block has ras configuration, it can be considered that the ras block supports ras function only with sram ecc is not enabled, othe