[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-04-05 Thread Jani Nikula
On Wed, 30 Mar 2016, Ville Syrjälä wrote: > On Sat, Mar 26, 2016 at 01:18:38PM +, Paul Parsons wrote: >> 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

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-03-30 Thread Ville Syrjälä
On Sat, Mar 26, 2016 at 01:18:38PM +, Paul Parsons wrote: > 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. > >

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-03-30 Thread Jani Nikula
On Sun, 27 Mar 2016, Paul Parsons wrote: > 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. Dupe? Let's keep the

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-03-30 Thread Jani Nikula
On Sat, 26 Mar 2016, Paul Parsons wrote: > 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. > > Signed-off-by: Paul

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-03-27 Thread Paul Parsons
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. Signed-off-by: Paul Parsons --- diff -ru a/drivers/gpu/drm/drm_edid.c

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor

2016-03-26 Thread Paul Parsons
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. Signed-off-by: Paul Parsons --- diff -ru a/drivers/gpu/drm/drm_edid.c