Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232509
b: refs/heads/master
c: 5d07929
h: refs/heads/master
i:
  232507: d2b43f8
v: v3
  • Loading branch information
Ben Skeggs committed Jan 25, 2011
1 parent a070591 commit 38e749a
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: 34311c730147def6862304488ee1f7c3f4acd74b
refs/heads/master: 5d07929808a6430d3d844db4da828dfadbc49cd2
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nvc0_grctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ nvc0_grctx_generate(struct nouveau_channel *chan)

for (tp = 0, id = 0; tp < 4; tp++) {
for (gpc = 0; gpc < priv->gpc_nr; gpc++) {
if (tp <= priv->tp_nr[gpc]) {
if (tp < priv->tp_nr[gpc]) {
nv_wr32(dev, TP_UNIT(gpc, tp, 0x698), id);
nv_wr32(dev, TP_UNIT(gpc, tp, 0x4e8), id);
nv_wr32(dev, GPC_UNIT(gpc, 0x0c10 + tp * 4), id);
Expand Down

0 comments on commit 38e749a

Please sign in to comment.