* [PATCH] drm/amdgpu/gmc9: make some ECC messages debug only
@ 2017-11-17 16:41 Alex Deucher
[not found] ` <20171117164154.3617-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2017-11-17 16:41 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher
To avoid spamming the logs on non-ECC boards.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
index 798f7fc2d4e9..8529005a5022 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
@@ -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;
}
}
--
2.13.6
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-17 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 16:41 [PATCH] drm/amdgpu/gmc9: make some ECC messages debug only Alex Deucher
[not found] ` <20171117164154.3617-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2017-11-17 16:43 ` Christian König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox