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

Commit 295cb52b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/gf100-/gf: fix a stupid typo, waiting on wrong signal for mmctx



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent bd3cac7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ mmctx_xfer:
			and $r11 0x1f
			cmpu b32 $r11 0x10
			bra ne #mmctx_fini_wait
		mov $r10 2				// DONE_MMCTX
		mov $r10 5			// DONE_MMCTX
		call(wait_donez)
		bra #mmctx_done
	mmctx_stop:
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ uint32_t nv108_grgpc_code[] = {
	0xb4f000bb,
	0x10b4b01f,
	0x0af31bf4,
	0x00b87e02,
	0x00b87e05,
	0x250ef400,
/* 0x01d8: mmctx_stop */
	0xb600abc8,
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ uint32_t nvc0_grgpc_code[] = {
	0x1fb4f000,
	0xf410b4b0,
	0xa7f0f01b,
	0xd021f402,
	0xd021f405,
/* 0x0223: mmctx_stop */
	0xc82b0ef4,
	0xb4b600ab,
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ uint32_t nvd7_grgpc_code[] = {
	0x1fb4f000,
	0xf410b4b0,
	0xa7f0f01b,
	0xd021f402,
	0xd021f405,
/* 0x0223: mmctx_stop */
	0xc82b0ef4,
	0xb4b600ab,
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ uint32_t nve0_grgpc_code[] = {
	0x1fb4f000,
	0xf410b4b0,
	0xa7f0f01b,
	0xd021f402,
	0xd021f405,
/* 0x0223: mmctx_stop */
	0xc82b0ef4,
	0xb4b600ab,
Loading