Skip to content

Commit

Permalink
drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing done
Browse files Browse the repository at this point in the history
PFIFO channel kickoff will hang sometimes otherwise.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent 694931d commit 71af5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nv50_grctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 71af5e6

Please sign in to comment.