Skip to content

Commit 61e0a98

Browse files
Yang Wangalexdeucher
authored andcommitted
drm/amdgpu: disable smu v13.0.6 mca debug mode by default
disable mca debug mode for smu v13.0.6 by default. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 8cc0f56 commit 61e0a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ static int smu_v13_0_6_post_init(struct smu_context *smu)
22972297
struct amdgpu_device *adev = smu->adev;
22982298

22992299
if (!amdgpu_sriov_vf(adev) && adev->ras_enabled)
2300-
return smu_v13_0_6_mca_set_debug_mode(smu, true);
2300+
return smu_v13_0_6_mca_set_debug_mode(smu, false);
23012301

23022302
return 0;
23032303
}

0 commit comments

Comments
 (0)