RE: [PATCH] drm/amdgpu: disable ras ta if module param amdgpu_ras_enable = 0

2025-03-11 Thread Wang, Yang(Kevin)
ginal Message- From: Wang, Yang(Kevin) Sent: Wednesday, March 12, 2025 09:50 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao Subject: [PATCH] drm/amdgpu: disable ras ta if module param amdgpu_ras_enable = 0 remove unnecessary ra ta laods if the module parameter is specified. S

RE: [PATCH] drm/amdgpu: disable ras ta if module param amdgpu_ras_enable = 0

2025-03-11 Thread Zhang, Hawking
25 09:50 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao Subject: [PATCH] drm/amdgpu: disable ras ta if module param amdgpu_ras_enable = 0 remove unnecessary ra ta laods if the module parameter is specified. Signed-off-by: Yang Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.

[PATCH] drm/amdgpu: disable ras ta if module param amdgpu_ras_enable = 0

2025-03-11 Thread Yang Wang
remove unnecessary ra ta laods if the module parameter is specified. Signed-off-by: Yang Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c ind