Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218744
b: refs/heads/master
c: 646aafa
h: refs/heads/master
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Sep 24, 2010
1 parent 3280341 commit 341914c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91336712ce579dd8e83bc07bf0a45b7c6963eed2
refs/heads/master: 646aafa649abb5362e55176cc5ee9c14c3c463a1
17 changes: 0 additions & 17 deletions trunk/drivers/video/via/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ static struct rgbLUT palLUT_table[] = {

static void set_crt_output_path(int set_iga);
static void dvi_patch_skew_dvp0(void);
static void dvi_patch_skew_dvp1(void);
static void dvi_patch_skew_dvp_low(void);
static void set_dvi_output_path(int set_iga, int output_interface);
static void set_lcd_output_path(int set_iga, int output_interface);
Expand Down Expand Up @@ -910,21 +909,6 @@ static void dvi_patch_skew_dvp0(void)
}
}

static void dvi_patch_skew_dvp1(void)
{
switch (viaparinfo->chip_info->gfx_chip_name) {
case UNICHROME_CX700:
{
break;
}

default:
{
break;
}
}
}

static void dvi_patch_skew_dvp_low(void)
{
switch (viaparinfo->chip_info->gfx_chip_name) {
Expand Down Expand Up @@ -992,7 +976,6 @@ static void set_dvi_output_path(int set_iga, int output_interface)
}

viafb_write_reg_mask(SR1E, VIASR, 0x30, BIT4 + BIT5);
dvi_patch_skew_dvp1();
break;
case INTERFACE_DFP_HIGH:
if (viaparinfo->chip_info->gfx_chip_name != UNICHROME_CLE266) {
Expand Down

0 comments on commit 341914c

Please sign in to comment.