Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55938
b: refs/heads/master
c: e98e267
h: refs/heads/master
v: v3
  • Loading branch information
Michal Piotrowski authored and Linus Torvalds committed May 11, 2007
1 parent d592d17 commit 88d309b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7699acd1341c63fdbcfc56994fb2989ec59d2a43
refs/heads/master: e98e267c6f76f509cea4b4022ca502b1aa221d77
4 changes: 3 additions & 1 deletion trunk/drivers/video/nvidia/nv_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ static void nvGetClocks(struct nvidia_par *par, unsigned int *MClk,
pll = NV_RD32(par->PMC, 0x4024);
M = pll & 0xFF;
N = (pll >> 8) & 0xFF;
if (((par->Chipset & 0xfff0) == 0x0290) || ((par->Chipset & 0xfff0) == 0x0390) || ((par->Chipset & 0xfff0) == 0x02E0)) {
if (((par->Chipset & 0xfff0) == 0x0290) ||
((par->Chipset & 0xfff0) == 0x0390) ||
((par->Chipset & 0xfff0) == 0x02E0)) {
MB = 1;
NB = 1;
} else {
Expand Down

0 comments on commit 88d309b

Please sign in to comment.