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)
commit43dcd13b9a807ea9e832e4c6b138d825a7b65577
treeb2adc72149baf0494b505d00802d0382f7d8d599
parentf88a91ccc8c341e6058c017823e2db266f374024
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>
drivers/video/fbmon.c