diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-06 23:35:25 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-07 01:41:24 +0000 |
commit | 42edcb162d67e8a88c7b873941c19eab689db272 (patch) | |
tree | 3332e99f497c97228a67faf7a2a2eda95f1e1904 /drivers/video/via/share.h | |
parent | 94715ba97508dd42919a7525e362efb00dde1271 (diff) | |
download | blackbird-op-linux-42edcb162d67e8a88c7b873941c19eab689db272.tar.gz blackbird-op-linux-42edcb162d67e8a88c7b873941c19eab689db272.zip |
viafb: eliminate viafb_get_pixclock
As there is only one user we can just insert the formula where
needed. Avoids one lookup in the modetable and
viafb_fill_var_timing_info does no longer depend on the modetable.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r-- | drivers/video/via/share.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/via/share.h b/drivers/video/via/share.h index 2906b2d23434..69d882cbe709 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/via/share.h @@ -636,10 +636,6 @@ #define V_SYNC_SATRT_SHADOW_INDEX 18 #define V_SYNC_END_SHADOW_INDEX 19 -/* Definition Video Mode Pixel Clock (picoseconds) -*/ -#define RES_640X480_60HZ_PIXCLOCK 39722 - /* LCD display method */ #define LCD_EXPANDSION 0x00 |