Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307551
b: refs/heads/master
c: 71af5e6
h: refs/heads/master
i:
  307549: fead6ce
  307547: 4a83503
  307543: 2981998
  307535: 2a0944f
  307519: 1a881a7
v: v3
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent 49d82dc commit 40d3b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 694931d20f41f9bf23f96ccae1b3a12a13ed54d9
refs/heads/master: 71af5e62db5d7d6348e838d0f79533653e2f8cfe
2 changes: 1 addition & 1 deletion trunk/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 40d3b4d

Please sign in to comment.