Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282578
b: refs/heads/master
c: c983e6f
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Levitsky authored and Ben Skeggs committed Dec 21, 2011
1 parent 140a442 commit afd1778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b29caa5885e85bbda7c84ea55721b9e79718583a
refs/heads/master: c983e6f660dd39758b032a2de4c8844ff2575278
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nv50_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ nv50_pgraph_tp_trap(struct drm_device *dev, int type, uint32_t ustatus_old,
}
break;
case 7: /* MP error */
if (ustatus & 0x00010000) {
if (ustatus & 0x04030000) {
nv50_pgraph_mp_trap(dev, i, display);
ustatus &= ~0x00010000;
ustatus &= ~0x04030000;
}
break;
case 8: /* TPDMA error */
Expand Down

0 comments on commit afd1778

Please sign in to comment.