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 <kevinyang.wang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 8cc0f56 commit 61e0a98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)