From: Florian Tobias Schandinat Date: Fri, 17 Feb 2012 07:55:06 +0000 (+0000) Subject: viafb: modetable conversion X-Git-Tag: v3.4-rc1~125^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9864ca20c50c2fcaba63767a336e16c88b46d7ad;p=pandora-kernel.git viafb: modetable conversion This patch converts the modetables used in viafb to - remove the strange thing that sync_end and blanking_end contained the length and not the absolute value - remove hundreds of useless defines - use fb_videomode and not our own definition so modes defined in the subsystem and received via EDID are compatible with ours As the modes are now stored in a flat structure and no longer in a tree like thing the lookup time was increased but as it is a rare event anyway it shouldn't matter. Otherwise the behaviour should be the same as before. Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed