Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371582
b: refs/heads/master
c: 8cb303a
h: refs/heads/master
v: v3
  • Loading branch information
Roy Spliet authored and Ben Skeggs committed Apr 26, 2013
1 parent 9db2690 commit 47190ae
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: cade2413e940763cd99e9febba873fe1899d98cb
refs/heads/master: 8cb303a85b5782c337fe75d2525ca1638b30f057
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/ltcg/nvc0.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ nvc0_ltcg_init_tag_ram(struct nouveau_fb *pfb, struct nvc0_ltcg_priv *priv)
u64 tag_base = (priv->tag_ram->offset << 12) + tag_margin;

tag_base += tag_align - 1;
tag_base /= tag_align;
ret = do_div(tag_base, tag_align);

nv_wr32(priv, 0x17e8d4, tag_base);
}
Expand Down

0 comments on commit 47190ae

Please sign in to comment.