Date: Sun, 02 Nov 2014 19:54:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194770] New: [DRM][PATCH] constant stream of EDID/Connector messages from DRM Message-ID: <bug-194770-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: ler@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194770-8>