FreeBSD Bugzilla – Attachment 148959 Details for
Bug 194770
[DRM][PATCH] constant stream of EDID/Connector messages from DRM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to move the messages under DRM_DEBUG_KMS
drm-quiet.patch (text/plain), 1.44 KB, created by
Larry Rosenman
on 2014-11-02 19:54:22 UTC
(
hide
)
Description:
patch to move the messages under DRM_DEBUG_KMS
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2014-11-02 19:54:22 UTC
Size:
1.44 KB
patch
obsolete
>Index: sys/dev/drm2/drm_edid.c >=================================================================== >--- sys/dev/drm2/drm_edid.c (revision 273958) >+++ sys/dev/drm2/drm_edid.c (working copy) >@@ -366,7 +366,7 @@ > return block; > > carp: >- DRM_ERROR("%s: EDID block %d invalid.\n", >+ DRM_DEBUG_KMS("%s: EDID block %d invalid.\n", > drm_get_connector_name(connector), j); > > out: >Index: sys/dev/drm2/radeon/radeon_connectors.c >=================================================================== >--- sys/dev/drm2/radeon/radeon_connectors.c (revision 273958) >+++ sys/dev/drm2/radeon/radeon_connectors.c (working copy) >@@ -748,7 +748,7 @@ > 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)); > ret = connector_status_connected; > } else { >@@ -954,7 +954,7 @@ > 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 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194770
:
148959
|
149429