aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2014-11-16 17:53:48 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2014-11-16 17:53:48 +0000
commitd591845e6355c99a4e5cf211104f6c7303bbcb5f (patch)
tree3c44297949c027f83f8dac62d302df8edaa6e999 /sys
parent3cb04899dee043a641ce2cfb9244573bc845d29b (diff)
downloadsrc-d591845e6355c99a4e5cf211104f6c7303bbcb5f.tar.gz
src-d591845e6355c99a4e5cf211104f6c7303bbcb5f.zip
drm/radeon: Lower priority of a message related to invalid EDID
Like in r259717, the prority goes from "error" to "debug" to avoid spamming logs when the connectors are polled. PR: 194770 Submitted by: Larry Rosenman <ler@lerctr.org> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=274587
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/drm2/radeon/radeon_connectors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/radeon/radeon_connectors.c b/sys/dev/drm2/radeon/radeon_connectors.c
index 529bac34f460..d303dfa47bc2 100644
--- a/sys/dev/drm2/radeon/radeon_connectors.c
+++ b/sys/dev/drm2/radeon/radeon_connectors.c
@@ -954,7 +954,7 @@ radeon_dvi_detect(struct drm_connector *connector, bool force)
radeon_connector->edid = drm_get_edid(&radeon_connector->base, radeon_connector->ddc_bus->adapter);
if (!radeon_connector->edid) {
- DRM_ERROR("%s: probed a monitor but no|invalid EDID\n",
+ DRM_DEBUG_KMS("%s: probed a monitor but no|invalid EDID\n",
drm_get_connector_name(connector));
/* rs690 seems to have a problem with connectors not existing and always
* return a block of 0's. If we see this just stop polling on this output */