]> Git Repo - linux.git/commitdiff
Revert "drm/amdgpu: enable mca debug mode on APU by default"
authorHawking Zhang <[email protected]>
Sun, 31 Dec 2023 09:42:47 +0000 (17:42 +0800)
committerAlex Deucher <[email protected]>
Fri, 5 Jan 2024 21:04:36 +0000 (16:04 -0500)
Not needed any more with firmware fixes

Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c

index 39399d0f2ce576b2734a09ca6ece5a556e0094ce..fc42fb6ee1914b82e0bec3897cf92594f587423f 100644 (file)
@@ -3138,8 +3138,7 @@ int amdgpu_ras_late_init(struct amdgpu_device *adev)
        if (amdgpu_sriov_vf(adev))
                return 0;
 
-       /* enable MCA debug on APU device */
-       amdgpu_ras_set_mca_debug_mode(adev, !!(adev->flags & AMD_IS_APU));
+       amdgpu_ras_set_mca_debug_mode(adev, false);
 
        list_for_each_entry_safe(node, tmp, &adev->ras_list, node) {
                if (!node->ras_obj) {
This page took 0.077042 seconds and 4 git commands to generate.