diff options
| author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-07-30 18:49:17 -0400 |
|---|---|---|
| committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-09-23 22:14:30 -0400 |
| commit | 646aafa649abb5362e55176cc5ee9c14c3c463a1 (patch) | |
| tree | dd4cee3f03502b86ac6adb6b93cc5ee7b18fdc5d | |
| parent | 91336712ce579dd8e83bc07bf0a45b7c6963eed2 (diff) | |
viafb: remove stub
This is a nop so removing it is safe.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
| -rw-r--r-- | drivers/video/via/hw.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/video/via/hw.c b/drivers/video/via/hw.c index 53b06514cd1e..63b672260479 100644 --- a/drivers/video/via/hw.c +++ b/drivers/video/via/hw.c | |||
| @@ -720,7 +720,6 @@ static struct rgbLUT palLUT_table[] = { | |||
| 720 | 720 | ||
| 721 | static void set_crt_output_path(int set_iga); | 721 | static void set_crt_output_path(int set_iga); |
| 722 | static void dvi_patch_skew_dvp0(void); | 722 | static void dvi_patch_skew_dvp0(void); |
| 723 | static void dvi_patch_skew_dvp1(void); | ||
| 724 | static void dvi_patch_skew_dvp_low(void); | 723 | static void dvi_patch_skew_dvp_low(void); |
| 725 | static void set_dvi_output_path(int set_iga, int output_interface); | 724 | static void set_dvi_output_path(int set_iga, int output_interface); |
| 726 | static void set_lcd_output_path(int set_iga, int output_interface); | 725 | static void set_lcd_output_path(int set_iga, int output_interface); |
| @@ -910,21 +909,6 @@ static void dvi_patch_skew_dvp0(void) | |||
| 910 | } | 909 | } |
| 911 | } | 910 | } |
| 912 | 911 | ||
| 913 | static void dvi_patch_skew_dvp1(void) | ||
| 914 | { | ||
| 915 | switch (viaparinfo->chip_info->gfx_chip_name) { | ||
| 916 | case UNICHROME_CX700: | ||
| 917 | { | ||
| 918 | break; | ||
| 919 | } | ||
| 920 | |||
| 921 | default: | ||
| 922 | { | ||
| 923 | break; | ||
| 924 | } | ||
| 925 | } | ||
| 926 | } | ||
| 927 | |||
| 928 | static void dvi_patch_skew_dvp_low(void) | 912 | static void dvi_patch_skew_dvp_low(void) |
| 929 | { | 913 | { |
| 930 | switch (viaparinfo->chip_info->gfx_chip_name) { | 914 | switch (viaparinfo->chip_info->gfx_chip_name) { |
| @@ -992,7 +976,6 @@ static void set_dvi_output_path(int set_iga, int output_interface) | |||
| 992 | } | 976 | } |
| 993 | 977 | ||
| 994 | viafb_write_reg_mask(SR1E, VIASR, 0x30, BIT4 + BIT5); | 978 | viafb_write_reg_mask(SR1E, VIASR, 0x30, BIT4 + BIT5); |
| 995 | dvi_patch_skew_dvp1(); | ||
| 996 | break; | 979 | break; |
| 997 | case INTERFACE_DFP_HIGH: | 980 | case INTERFACE_DFP_HIGH: |
| 998 | if (viaparinfo->chip_info->gfx_chip_name != UNICHROME_CLE266) { | 981 | if (viaparinfo->chip_info->gfx_chip_name != UNICHROME_CLE266) { |
