commit | d60defb7b2c05b5c4b187171c09b714b0a00efe9 | [log] [tgz] |
---|---|---|
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat May 21 22:46:31 2011 +0000 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Fri Aug 05 12:46:32 2011 +0000 |
tree | 4b859ae39154b83207c364bb3da123ec9485c329 | |
parent | 936a3f770b8de7042d793272f008ef1bb08522e9 [diff] |
viafb: use more compact modesetting functions This patch replaces the old timing setup code with a redesigned one. The new code might be slightly faster as it has no conditinals and does not write the same register multiple times. Also it makes the comparison to the documentation easier. Regressions are unlikely but could happen as a lot of hardware is undocumented. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>