提交 5a16008f 编写于 作者: A Alex Deucher

drm/amdgpu/gmc9: make some ECC messages debug only

To avoid spamming the logs on non-ECC boards.
Reviewed-by: NChristian König <christian.koenig@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 b3cce465
......@@ -571,11 +571,11 @@ static int gmc_v9_0_ecc_available(struct amdgpu_device *adev)
reg_val, field_val, fv2);
if (!field_val) {
DRM_ERROR("ecc: WrEccEn is not set\n");
DRM_DEBUG("ecc: WrEccEn is not set\n");
++lost_sheep;
}
if (!fv2) {
DRM_ERROR("ecc: RdEccEn is not set\n");
DRM_DEBUG("ecc: RdEccEn is not set\n");
++lost_sheep;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册