[PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-15 Thread James Cloos
> "CS" == Christian Schmidt writes: CS> CEA datablocks are only defined from revision 3 onwards. Only check for CS> them if the revision says so. CS> Signed-of-by: Christian Schmidt Tested-by: James Cloos Works fine here on top of Linus? 7f80850d3f9f with a Radeon HD 4290 and an

Re: [PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-15 Thread James Cloos
CS == Christian Schmidt schm...@digadd.de writes: CS CEA datablocks are only defined from revision 3 onwards. Only check for CS them if the revision says so. CS Signed-of-by: Christian Schmidt schm...@digadd.de Tested-by: James Cloos cl...@jhcloos.com Works fine here on top of Linus’

[PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-13 Thread Christian Schmidt
CEA datablocks are only defined from revision 3 onwards. Only check for them if the revision says so. Signed-of-by: Christian Schmidt -- next part -- A non-text attachment was scrubbed... Name: fix_drm_edid_to_eld.patch Type: text/x-patch Size: 1584 bytes Desc: not

[PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-13 Thread Christian Schmidt
CEA datablocks are only defined from revision 3 onwards. Only check for them if the revision says so. Signed-of-by: Christian Schmidt schm...@digadd.de diff -ur linux-3.2-rc1.orig/drivers/gpu/drm/drm_edid.c linux-3.2-rc1/drivers/gpu/drm/drm_edid.c --- linux-3.2-rc1.orig/drivers/gpu/drm/drm_edid.c