commit | 43dcd13b9a807ea9e832e4c6b138d825a7b65577 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Aug 25 15:36:40 2011 +0300 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Thu Sep 01 00:31:05 2011 +0000 |
tree | b2adc72149baf0494b505d00802d0382f7d8d599 | |
parent | f88a91ccc8c341e6058c017823e2db266f374024 [diff] |
fbdev: fix parsing of standard timings The standard timings parses uses 1:1 dimensions when the ratio in the EDID data is 0. However, for EDID 1.3 and later the dimensions are 16:10 when the ratio is 0. Pass the version and revision numbers to get_std_timing() which can then make the right decision about dimensions. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>