[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Egbert Eich
drm_mode_detailed() is called quite often, therefore when a monitor that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring composite sync, warning messages will clutter up the kernel log. Like we already do for incorrect hsync/vsync pluse widths, print these messages only when KMS d

[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Adam Jackson
On Thu, 2013-06-13 at 21:01 +0200, Egbert Eich wrote: > drm_mode_detailed() is called quite often, therefore when a monitor > that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring > composite sync, warning messages will clutter up the kernel log. > Like we already do for incorrect

Re: [PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Adam Jackson
On Thu, 2013-06-13 at 21:01 +0200, Egbert Eich wrote: > drm_mode_detailed() is called quite often, therefore when a monitor > that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring > composite sync, warning messages will clutter up the kernel log. > Like we already do for incorrect

[PATCH] drm/edid: Don't print messages regarding stereo or csync by default

2013-06-13 Thread Egbert Eich
drm_mode_detailed() is called quite often, therefore when a monitor that has a detailed timing mode marked DRM_EDID_PT_STEREO or requiring composite sync, warning messages will clutter up the kernel log. Like we already do for incorrect hsync/vsync pluse widths, print these messages only when KMS d