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>
This commit is contained in:
parent
8cc0f5669e
commit
61e0a98200
@ -2297,7 +2297,7 @@ static int smu_v13_0_6_post_init(struct smu_context *smu)
|
||||
struct amdgpu_device *adev = smu->adev;
|
||||
|
||||
if (!amdgpu_sriov_vf(adev) && adev->ras_enabled)
|
||||
return smu_v13_0_6_mca_set_debug_mode(smu, true);
|
||||
return smu_v13_0_6_mca_set_debug_mode(smu, false);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user