Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348644
b: refs/heads/master
c: d19528a
h: refs/heads/master
v: v3
  • Loading branch information
Aleksi Torhamo authored and Ben Skeggs committed Jan 13, 2013
1 parent 8e9c469 commit dcf20f6
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c684cef795cb5356ae7f6a7ad613946eef14265f
refs/heads/master: d19528a9e4f220519c2cb3f56ef0c84ead3ee440
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/include/subdev/bios/pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ enum nvbios_pll_type {
PLL_UNK42 = 0x42,
PLL_VPLL0 = 0x80,
PLL_VPLL1 = 0x81,
PLL_VPLL2 = 0x82,
PLL_VPLL3 = 0x83,
PLL_MAX = 0xff
};

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/clock/nvc0.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ nvc0_clock_pll_set(struct nouveau_clock *clk, u32 type, u32 freq)
switch (info.type) {
case PLL_VPLL0:
case PLL_VPLL1:
case PLL_VPLL2:
case PLL_VPLL3:
nv_mask(priv, info.reg + 0x0c, 0x00000000, 0x00000100);
nv_wr32(priv, info.reg + 0x04, (P << 16) | (N << 8) | M);
nv_wr32(priv, info.reg + 0x10, fN << 16);
Expand Down

0 comments on commit dcf20f6

Please sign in to comment.