drm/edid: Don't print an error if the checksum of a CEA block is wrong
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 8 Dec 2016 13:11:56 +0000 (14:11 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Feb 2017 13:31:06 +0000 (14:31 +0100)
commit82d753567f6f3bb5059bd18e8fd8aa7915fcbe05
treeda6f49f9a19c0c1137ffa4681f613a116dd9865c
parent2776b1c190dc410ba522249b902ec7d69f30f003
drm/edid: Don't print an error if the checksum of a CEA block is wrong

It's common to share screens within CI labs, and it's also common for
KVM switches to alter the contents of the CEA block but leave the
checksum outdated.

So in this case, print a debug message instead of an error.

References: https://bugs.freedesktop.org/show_bug.cgi?id=98228
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Tested-by: Jari Tahvanainen <jari.tahvanainen@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1481202716-31317-1-git-send-email-tomeu.vizoso@collabora.com
drivers/gpu/drm/drm_edid.c