fbdev: fix parsing of standard timings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 25 Aug 2011 12:36:40 +0000 (15:36 +0300)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thu, 1 Sep 2011 00:31:05 +0000 (00:31 +0000)
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>

No differences found