Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300008
b: refs/heads/master
c: ffc6a4e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Bumiller authored and Ben Skeggs committed Apr 30, 2012
1 parent ee59b0c commit 2d4e4c1
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0ed4bb92f5514bd1118c5dd537ce424381110286
refs/heads/master: ffc6a4e49e5bc117aac13ed752cfc018c163e2ac
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nvc0_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ nvc0_mfb_isr(struct drm_device *dev)
nvc0_mfb_subp_isr(dev, unit, subp);
units &= ~(1 << unit);
}

/* we do something horribly wrong and upset PMFB a lot, so mask off
* interrupts from it after the first one until it's fixed
*/
nv_mask(dev, 0x000640, 0x02000000, 0x00000000);
}

static void
Expand Down

0 comments on commit 2d4e4c1

Please sign in to comment.