Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nv50: also report errors in MP1/MP2 when they happen.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

authored by

Maxim Levitsky and committed by
Ben Skeggs
c983e6f6 b29caa58

+2 -2
+2 -2
drivers/gpu/drm/nouveau/nv50_graph.c
··· 616 616 } 617 617 break; 618 618 case 7: /* MP error */ 619 - if (ustatus & 0x00010000) { 619 + if (ustatus & 0x04030000) { 620 620 nv50_pgraph_mp_trap(dev, i, display); 621 - ustatus &= ~0x00010000; 621 + ustatus &= ~0x04030000; 622 622 } 623 623 break; 624 624 case 8: /* TPDMA error */