drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling link
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
4cddeb9b31
commit
725fa3ac39
|
@ -213,6 +213,7 @@ gf119_disp_intr_unk2_0(struct nv50_disp *disp, int head)
|
||||||
.execute = 1,
|
.execute = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvkm_notify_put(&outpdp->irq);
|
||||||
nvbios_exec(&init);
|
nvbios_exec(&init);
|
||||||
atomic_set(&outpdp->lt.done, 0);
|
atomic_set(&outpdp->lt.done, 0);
|
||||||
}
|
}
|
||||||
|
|
|
@ -590,6 +590,7 @@ nv50_disp_intr_unk20_0(struct nv50_disp *disp, int head)
|
||||||
.execute = 1,
|
.execute = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvkm_notify_put(&outpdp->irq);
|
||||||
nvbios_exec(&init);
|
nvbios_exec(&init);
|
||||||
atomic_set(&outpdp->lt.done, 0);
|
atomic_set(&outpdp->lt.done, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue