Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218246
b: refs/heads/master
c: eadc69c
h: refs/heads/master
v: v3
  • Loading branch information
Emil Velikov authored and Ben Skeggs committed Oct 4, 2010
1 parent 3e58db0 commit 3aafcba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8af29ccd7917ab448ea7b5cf581fa7b2b4ea3cba
refs/heads/master: eadc69cc9054594ff7860d407f855536af13af99
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -4890,6 +4890,12 @@ int get_pll_limits(struct drm_device *dev, uint32_t limit_match, struct pll_lims
break;
}

if ((dev_priv->card_type >= NV_50) && (pllindex == 0)) {
NV_ERROR(dev, "Register 0x%08x not found in PLL "
"limits table", pll_lim->reg);
return -ENOENT;
}

pll_rec = &bios->data[plloffs + recordlen * pllindex];

BIOSLOG(bios, "Loading PLL limits for reg 0x%08x\n",
Expand Down

0 comments on commit 3aafcba

Please sign in to comment.