summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2014-11-16 17:53:48 +0000
committerdumbbell <dumbbell@FreeBSD.org>2014-11-16 17:53:48 +0000
commit23637dec8bade8bfd645f8e79b6629807b8cb870 (patch)
tree3c44297949c027f83f8dac62d302df8edaa6e999 /sys/dev/drm2/radeon
parent56eff7ebb00acd132a07a00dc583f20a62d6361c (diff)
downloadFreeBSD-src-23637dec8bade8bfd645f8e79b6629807b8cb870.zip
FreeBSD-src-23637dec8bade8bfd645f8e79b6629807b8cb870.tar.gz
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
Diffstat (limited to 'sys/dev/drm2/radeon')
-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 529bac3..d303dfa 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 */
OpenPOWER on IntegriCloud