Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218227
b: refs/heads/master
c: 56edd96
h: refs/heads/master
i:
  218225: a4beee1
  218223: f826c33
v: v3
  • Loading branch information
Ben Skeggs committed Sep 24, 2010
1 parent 6a35e56 commit 73af88a
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: 5c4abd09bdefb41d0c80055aa9d98433624ce1f0
refs/heads/master: 56edd964e883f2746bad7268cf557ab9b1d232cd
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -4727,7 +4727,7 @@ get_pll_register(struct drm_device *dev, enum pll_types type)
else {
u8 *plim = &bios->data[bios->pll_limit_tbl_ptr];

if (plim[0] >= 0x40) {
if (plim[0] >= 0x30) {
u8 *entry = plim + plim[1];
for (i = 0; i < plim[3]; i++, entry += plim[2]) {
if (entry[0] == type)
Expand Down

0 comments on commit 73af88a

Please sign in to comment.