Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337071
b: refs/heads/master
c: 558f758
h: refs/heads/master
i:
  337069: 2c75fb6
  337067: db48fa5
  337063: dc9dbd5
  337055: d7b7e35
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 9600d46 commit 501b538
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: cbf2f545d7adf9841d4b6ee7fbfa9b1706e369d4
refs/heads/master: 558f758bd23447373841554d3394236420c2e0e0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This drivers still need a lot of work. I can list all cleanups to do but it's
This drivers still needs a lot of work. I can list all cleanups to do but it's
going to be long. So, I'm writing "cleanups" and not the list.

Arnaud
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/xgifb/vb_setmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ static void XGI_GetVBInfo(unsigned short ModeNo, unsigned short ModeIdIndex,
} else {
temp = 0x017C;
}
} else { /* 3nd party chip */
} else { /* 3rd party chip */
temp = SetCRT2ToLCD;
}

Expand Down Expand Up @@ -4390,7 +4390,7 @@ static void XGI_SetLCDRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
xgifb_reg_and_or(pVBInfo->Part2Port, 0x17, 0xFB, 0x00);
xgifb_reg_and_or(pVBInfo->Part2Port, 0x18, 0xDF, 0x00);

/* Customized LCDB Des no add */
/* Customized LCDB Does not add */
tempbx = 5;
LCDBDesPtr = XGI_GetLcdPtr(tempbx, ModeNo, ModeIdIndex,
RefreshRateTableIndex, pVBInfo);
Expand Down

0 comments on commit 501b538

Please sign in to comment.