[Bug 194770] New: [DRM][PATCH] constant stream of EDID/Connector messages from DRM
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 2 19:54:22 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194770
Bug ID: 194770
Summary: [DRM][PATCH] constant stream of EDID/Connector
messages from DRM
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: ler at lerctr.org
Created attachment 148959
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148959&action=edit
patch to move the messages under DRM_DEBUG_KMS
Getting a constant stream of:
Oct 31 06:53:25 borg kernel: error: [drm:pid0:drm_do_get_edid] *ERROR* DVI-I-1:
+EDID block 0 invalid.
Oct 31 06:53:25 borg kernel: error: [drm:pid0:radeon_dvi_detect] *ERROR*
+DVI-I-1: probed a monitor but no|invalid EDID
Oct 31 06:53:25 borg kernel: error: [drm:pid0:drm_do_get_edid] *ERROR* DVI-I-1:
+EDID block 0 invalid.
Oct 31 06:53:25 borg kernel: error: [drm:pid0:radeon_dvi_detect] *ERROR*
+DVI-I-1: probed a monitor but no|invalid EDID
Oct 31 06:53:25 borg kernel: error: [drm:pid0:drm_do_get_edid] *ERROR* DVI-I-1:
+EDID block 0 invalid.
dumbbell@ suggested commenting them out, but I think we should patch it so that
it's under debug.
That's what this patch does.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list