From: Tomi Valkeinen Date: Thu, 25 Aug 2011 12:36:40 +0000 (+0300) Subject: fbdev: fix parsing of standard timings X-Git-Tag: v3.2-rc1~120^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43dcd13b9a807ea9e832e4c6b138d825a7b65577;p=pandora-kernel.git 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 Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed