Re: [Intel-gfx] [PATCH] drm: Slightly quieten bad EDID messages

2019-02-28 Thread Daniel Vetter
On Thu, Feb 28, 2019 at 01:42:33PM +, Chris Wilson wrote: > Bad EDID are a fact of life when dealing with random monitors. We only > spam the logs when debugging is enabled, but we only need to raise > notice and not set off the warning bells. > > Signed-off-by: Chris Wilson > Cc: Maarten

[PATCH] drm: Slightly quieten bad EDID messages

2019-02-28 Thread Chris Wilson
Bad EDID are a fact of life when dealing with random monitors. We only spam the logs when debugging is enabled, but we only need to raise notice and not set off the warning bells. Signed-off-by: Chris Wilson Cc: Maarten Lankhorst --- drivers/gpu/drm/drm_edid.c | 11 +-- 1 file changed,