Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316101
b: refs/heads/master
c: 39012f6
h: refs/heads/master
i:
  316099: d5d95e8
v: v3
  • Loading branch information
Alan Cox authored and Jiri Kosina committed Jul 11, 2012
1 parent 08ff5bb commit b9e9f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0f307323a48e47f064aa38e87f6fa03c88b551fc
refs/heads/master: 39012f68058e845b63b98fc07f37cf631dddbed3
3 changes: 2 additions & 1 deletion trunk/drivers/video/sis/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2628,7 +2628,8 @@ SiS_SetVCLKState(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
else if(VCLK >= 135) data = 0x02;

if(SiS_Pr->ChipType == SIS_540) {
if((VCLK == 203) || (VCLK < 234)) data = 0x02;
/* Was == 203 or < 234 which made no sense */
if (VCLK < 234) data = 0x02;
}

if(SiS_Pr->ChipType < SIS_315H) {
Expand Down

0 comments on commit b9e9f9b

Please sign in to comment.