|
@@ -1706,11 +1706,11 @@ static struct drm_display_mode *drm_mode_detailed(struct drm_device *dev,
|
|
return NULL;
|
|
return NULL;
|
|
|
|
|
|
if (pt->misc & DRM_EDID_PT_STEREO) {
|
|
if (pt->misc & DRM_EDID_PT_STEREO) {
|
|
- printk(KERN_WARNING "stereo mode not supported\n");
|
|
|
|
|
|
+ DRM_DEBUG_KMS("stereo mode not supported\n");
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|
|
if (!(pt->misc & DRM_EDID_PT_SEPARATE_SYNC)) {
|
|
if (!(pt->misc & DRM_EDID_PT_SEPARATE_SYNC)) {
|
|
- printk(KERN_WARNING "composite sync not supported\n");
|
|
|
|
|
|
+ DRM_DEBUG_KMS("composite sync not supported\n");
|
|
}
|
|
}
|
|
|
|
|
|
/* it is incorrect if hsync/vsync width is zero */
|
|
/* it is incorrect if hsync/vsync width is zero */
|