]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Quieten [zero] EDID carping
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 29 Oct 2020 21:30:42 +0000 (21:30 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 29 Oct 2020 22:22:44 +0000 (22:22 +0000)
commit230159a76711cbe604d0da51ed26eccc7ac69a2b
treeb30a26a71993e75995db56ad1ac54d033cbe5009
parent445b9bfe8ac3885e1f46d88c33186328d2109384
drm: Quieten [zero] EDID carping

We have a few displays in CI that always report their EDID as a bunch of
zeroes. This is consistent behaviour, so one assumes intentional
indication of an "absent" EDID. Flagging these consistent warnings
detracts from CI.

One option would be to ignore the zero EDIDs as intentional behaviour,
but Ville would like to keep the information available for debugging.
The simple alternative then is to reduce the loglevel for all the EDID
dumping from WARN to DEBUG so the information is present but not annoy
CI. Note that the bad EDID dumping is already only shown if
drm.debug=KMS, it's just the loglevel chosen was set to be caught by CI
if it ever occurred as it was expected to be an internal error not
external.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/2203
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201029213042.11672-1-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_edid.c