Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179881
b: refs/heads/master
c: fe5a64a
h: refs/heads/master
i:
  179879: c889937
v: v3
  • Loading branch information
Marcin Kościelnicki authored and Ben Skeggs committed Jan 10, 2010
1 parent c8bf627 commit 7beba42
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: 75c99da6cdd0ec9d70747f9ced3e85b2dd955cdf
refs/heads/master: fe5a64acbfab4f79ccd18972c3d4c1cae31f3b8d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv04_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ nv04_graph_mthd_set_operation(struct nouveau_channel *chan, int grclass,
int mthd, uint32_t data)
{
struct drm_device *dev = chan->dev;
uint32_t instance = nv_rd32(dev, NV04_PGRAPH_CTX_SWITCH4) & 0xffff;
uint32_t instance = (nv_rd32(dev, NV04_PGRAPH_CTX_SWITCH4) & 0xffff) << 4;
int subc = (nv_rd32(dev, NV04_PGRAPH_TRAPPED_ADDR) >> 13) & 0x7;
uint32_t tmp;

Expand Down

0 comments on commit 7beba42

Please sign in to comment.