View | Details | Raw Unified | Return to bug 194770 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/drm2/radeon/radeon_connectors.c (-1 / +1 lines)
Lines 954-960 Link Here
954
		radeon_connector->edid = drm_get_edid(&radeon_connector->base, radeon_connector->ddc_bus->adapter);
954
		radeon_connector->edid = drm_get_edid(&radeon_connector->base, radeon_connector->ddc_bus->adapter);
955
955
956
		if (!radeon_connector->edid) {
956
		if (!radeon_connector->edid) {
957
			DRM_ERROR("%s: probed a monitor but no|invalid EDID\n",
957
			DRM_DEBUG_KMS("%s: probed a monitor but no|invalid EDID\n",
958
					drm_get_connector_name(connector));
958
					drm_get_connector_name(connector));
959
			/* rs690 seems to have a problem with connectors not existing and always
959
			/* rs690 seems to have a problem with connectors not existing and always
960
			 * return a block of 0's. If we see this just stop polling on this output */
960
			 * return a block of 0's. If we see this just stop polling on this output */

Return to bug 194770