aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-10 22:39:22 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-12 10:22:00 +0000
commit97597a39778eefb628eb7734a18f32c7880ad0e0 (patch)
treef57989f5f90c9b28035ec41bf5769176d0b95475 /drivers/video/via/hw.h
parentf5b1c4b3b6d407ec5a9d93ca12738c4c7911000c (diff)
downloadkernel_samsung_smdk4412-97597a39778eefb628eb7734a18f32c7880ad0e0.zip
kernel_samsung_smdk4412-97597a39778eefb628eb7734a18f32c7880ad0e0.tar.gz
kernel_samsung_smdk4412-97597a39778eefb628eb7734a18f32c7880ad0e0.tar.bz2
viafb: always return the best possible clock
Before this patch only clocks that perfectly match were used and if none existed this was not handled properly. This patch changes this to always use the closest clock supported. This should behave like before for clocks that have a perfect match but be much saner for clocks which are slightly off. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index 668d534..7295263 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -893,8 +893,6 @@ struct iga2_crtc_timing {
/* VT3410 chipset*/
#define VX900_FUNCTION3 0x3410
-#define NUM_TOTAL_PLL_TABLE ARRAY_SIZE(pll_value)
-
struct IODATA {
u8 Index;
u8 Mask;