Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2fa2973 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/fifo/nvc0: bash some magic reg to make uevent interrupt work



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 750087f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -706,6 +706,7 @@ nvc0_fifo_init(struct nouveau_object *object)
	nv_wr32(priv, 0x002a00, 0xffffffff); /* clears PFIFO.INTR bit 30 */
	nv_wr32(priv, 0x002100, 0xffffffff);
	nv_wr32(priv, 0x002140, 0x3fffffff);
	nv_wr32(priv, 0x002628, 0x00000001); /* makes mthd 0x20 work */
	return 0;
}