diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_graph.c')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nv50_graph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index ac601f7c4e1a..33d5711a918d 100644 --- a/drivers/gpu/drm/nouveau/nv50_graph.c +++ b/drivers/gpu/drm/nouveau/nv50_graph.c | |||
| @@ -616,9 +616,9 @@ nv50_pgraph_tp_trap(struct drm_device *dev, int type, uint32_t ustatus_old, | |||
| 616 | } | 616 | } |
| 617 | break; | 617 | break; |
| 618 | case 7: /* MP error */ | 618 | case 7: /* MP error */ |
| 619 | if (ustatus & 0x00010000) { | 619 | if (ustatus & 0x04030000) { |
| 620 | nv50_pgraph_mp_trap(dev, i, display); | 620 | nv50_pgraph_mp_trap(dev, i, display); |
| 621 | ustatus &= ~0x00010000; | 621 | ustatus &= ~0x04030000; |
| 622 | } | 622 | } |
| 623 | break; | 623 | break; |
| 624 | case 8: /* TPDMA error */ | 624 | case 8: /* TPDMA error */ |
