|
@@ -616,9 +616,9 @@ nv50_pgraph_tp_trap(struct drm_device *dev, int type, uint32_t ustatus_old,
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 7: /* MP error */
|
|
case 7: /* MP error */
|
|
- if (ustatus & 0x00010000) {
|
|
|
|
|
|
+ if (ustatus & 0x04030000) {
|
|
nv50_pgraph_mp_trap(dev, i, display);
|
|
nv50_pgraph_mp_trap(dev, i, display);
|
|
- ustatus &= ~0x00010000;
|
|
|
|
|
|
+ ustatus &= ~0x04030000;
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 8: /* TPDMA error */
|
|
case 8: /* TPDMA error */
|