Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293913
b: refs/heads/master
c: dd62608
h: refs/heads/master
i:
  293911: 697c8ca
v: v3
  • Loading branch information
Ben Skeggs committed Mar 22, 2012
1 parent 9326411 commit 9002eb4
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: 27100ac95a8eee0b083e46bfa67b229ac641d28c
refs/heads/master: dd62608bcc8a629c4c583fb50b90003fd5213516
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nvd0_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,9 @@ nvd0_display_unk2_handler(struct drm_device *dev, u32 crtc, u32 mask)
}

pclk = nv_rd32(dev, 0x660450 + (crtc * 0x300)) / 1000;
if (mask & 0x00010000) {
NV_DEBUG_KMS(dev, "PDISP: crtc %d pclk %d mask 0x%08x\n",
crtc, pclk, mask);
if (pclk && (mask & 0x00010000)) {
nv50_crtc_set_clock(dev, crtc, pclk);
}

Expand Down

0 comments on commit 9002eb4

Please sign in to comment.