Commit acdf7d4f authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/fifo/gk104: don't attempt recovery of unknown mmu engines

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 55252da1
......@@ -399,7 +399,7 @@ gk104_fifo_intr_fault(struct gk104_fifo *fifo, int unit)
snprintf(gpcid, sizeof(gpcid), "GPC%d/", gpc);
}
if (eu) {
if (eu && eu->data2) {
switch (eu->data2) {
case NVKM_SUBDEV_BAR:
nvkm_mask(device, 0x001704, 0x00000000, 0x00000000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment