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

Commit 71af5e62 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing done



PFIFO channel kickoff will hang sometimes otherwise.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 694931d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ nv50_grctx_generate(struct nouveau_grctx *ctx)
	cp_name(ctx, cp_check_load);
	cp_bra (ctx, AUTO_LOAD, PENDING, cp_setup_auto_load);
	cp_bra (ctx, USER_LOAD, PENDING, cp_setup_load);
	cp_bra (ctx, ALWAYS, TRUE, cp_exit);
	cp_bra (ctx, ALWAYS, TRUE, cp_prepare_exit);

	/* setup for context load */
	cp_name(ctx, cp_setup_auto_load);