]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amdgpu: disable GPU RAS bad page feature for specific ASIC
authorTao Zhou <tao.zhou1@amd.com>
Mon, 9 Sep 2024 10:51:42 +0000 (18:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Sep 2024 14:04:57 +0000 (10:04 -0400)
commitc389a0604cfbcdb1f8f53a76560eb31e0700e206
tree3520a493f2a49cafa5d4e90df9a6a24bdea01a93
parent0da531c82a0fcac65407d28ecdb2a1e19c833df5
drm/amdgpu: disable GPU RAS bad page feature for specific ASIC

The feature is not applicable to specific app platform.

v2: update the disablement condition and commit description
v3: move the setting to amdgpu_ras_check_supported

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c