aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-24 09:30:09 -0400
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-24 09:30:09 -0400
commit2c536f84c19c73ab1e3411bf1596ff85c4a23783 (patch)
treebe4b08114f4b5a35805017c1852377136615043b /drivers/video/via/hw.h
parentc5593d26aea3aba2a7703a0b5d74b4ea8b726889 (diff)
viafb: split clock and PLL code to an extra file
This patch is a huge move operation with some rename and introduces an interface to still use the functions. This should be a step in the right direction to reuse the code whenever possible but cleanly separate code that differs on different platform and keeping the complexity as low as possible. pll_config was renamed to via_pll_config to keep the naming scheme. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index 2cdce9b7eb8e..7e9f51a83126 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -732,12 +732,6 @@ struct _lcd_scaling_factor {
732 struct _lcd_ver_scaling_factor lcd_ver_scaling_factor; 732 struct _lcd_ver_scaling_factor lcd_ver_scaling_factor;
733}; 733};
734 734
735struct pll_config {
736 u16 multiplier;
737 u8 divisor;
738 u8 rshift;
739};
740
741struct pll_limit { 735struct pll_limit {
742 u16 multiplier_min; 736 u16 multiplier_min;
743 u16 multiplier_max; 737 u16 multiplier_max;