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

Commit 71856abe authored by Maxim Levitsky's avatar Maxim Levitsky Committed by Ben Skeggs
Browse files

drm/nv50: fix stability issue on NV86.



Confirmed to fix random hangs while running all Unegine demos on NV86.

Signed-off-by: default avatarMaxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 5e60ee78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ nv50_graph_construct_mmio(struct nouveau_grctx *ctx)
					gr_def(ctx, offset + 0x1c, 0x00880000);
					break;
				case 0x86:
					gr_def(ctx, offset + 0x1c, 0x008c0000);
					gr_def(ctx, offset + 0x1c, 0x018c0000);
					break;
				case 0x92:
				case 0x96: