UPSTREAM: drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor
authorPaul Parsons <lost.distance@yahoo.com>
Sat, 26 Mar 2016 13:18:38 +0000 (13:18 +0000)
committerZheng Yang <zhengyang@rock-chips.com>
Tue, 20 Jun 2017 09:22:50 +0000 (17:22 +0800)
commit623a9a8175cbb2a82051b83df15897be74ebe22b
treec562c8fd14d420723bb473e520dec3f309994a67
parent0b7573a7acac1e221eebccdee217e7b2c5473e10
UPSTREAM: drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

The EDID 1.4 specification section 3.10.3.9 defines an Established Timings III
descriptor (tag #F7h). The parsing of this descriptor by drm_est3_modes() is
off by one byte: the offset of the first timing bitmap is 6, not 5.

Change-Id: Ic24532d54245e035feb474309a609d7efb330658
Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160328002258.E75DF6E35D@gabe.freedesktop.org
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
(cherry picked from commit f3a32d74ef733e1ed1a0b804c17ec27081e0ff37)
drivers/gpu/drm/drm_edid.c