Author: dumbbell Date: Sun Nov 16 17:53:48 2014 New Revision: 274587 URL: https://svnweb.freebsd.org/changeset/base/274587
Log: 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 <l...@lerctr.org> MFC after: 1 week Modified: head/sys/dev/drm2/radeon/radeon_connectors.c Modified: head/sys/dev/drm2/radeon/radeon_connectors.c ============================================================================== --- head/sys/dev/drm2/radeon/radeon_connectors.c Sun Nov 16 15:31:49 2014 (r274586) +++ head/sys/dev/drm2/radeon/radeon_connectors.c Sun Nov 16 17:53:48 2014 (r274587) @@ -954,7 +954,7 @@ radeon_dvi_detect(struct drm_connector * 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 */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"