Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109419
b: refs/heads/master
c: bf6910c
h: refs/heads/master
i:
  109417: 6bbed39
  109415: a423701
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Sep 3, 2008
1 parent 47c9253 commit 6cf8821
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a8823aefd142d2a9c4b3661bf8712ccd2da1b220
refs/heads/master: bf6910c0afb1e416a99ad5b2296e088449fbe481
2 changes: 1 addition & 1 deletion trunk/drivers/video/tdfxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static unsigned long do_lfb_size(struct tdfx_par *par, unsigned short dev_id)
if (dev_id < PCI_DEVICE_ID_3DFX_VOODOO5) {
/* Banshee/Voodoo3 */
chip_size = 2;
if (has_sgram && (draminit0 & DRAMINIT0_SGRAM_TYPE))
if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE))
chip_size = 1;
} else {
/* Voodoo4/5 */
Expand Down

0 comments on commit 6cf8821

Please sign in to comment.