]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: Reduce EDID warnings from DRM_ERROR to DRM_NOTE
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 10 Feb 2017 19:59:13 +0000 (19:59 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Feb 2017 22:12:38 +0000 (23:12 +0100)
commit813a787861a41da45678176b3923c6992e084cc2
tree91e043eb733f6e29cfb4682b0eb6d2a8e59c98e8
parent6ac7c5481168324d2d46479476cd781d847cf3a3
drm: Reduce EDID warnings from DRM_ERROR to DRM_NOTE

The warnings from parsing the EDID are not driver errors, but the
"normal but significant" conditions from the external device. As such,
they do not need the ferocity of an *ERROR*, but can use the less harsh
DRM_NOTE instead.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170210195913.9878-1-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_edid.c