Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335471
b: refs/heads/master
c: a4dd4ec
h: refs/heads/master
i:
  335469: 68c23cc
  335467: 2a32fb7
  335463: 5048d54
  335455: e1c9af1
v: v3
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Nov 9, 2012
1 parent 2ade8d3 commit fb478cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 479dd5670521a46ebcb55f535f8a41919cb93696
refs/heads/master: a4dd4ec250fc2ac1fee371a08020bfca498a8375
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/core/engine/graph/nv40.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ nv40_graph_context_ctor(struct nouveau_object *parent,
static int
nv40_graph_context_fini(struct nouveau_object *object, bool suspend)
{
struct nv04_graph_priv *priv = (void *)object->engine;
struct nv04_graph_chan *chan = (void *)object;
struct nv40_graph_priv *priv = (void *)object->engine;
struct nv40_graph_chan *chan = (void *)object;
u32 inst = 0x01000000 | nv_gpuobj(chan)->addr >> 4;
int ret = 0;

Expand Down

0 comments on commit fb478cd

Please sign in to comment.