Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250671
b: refs/heads/master
c: 3acf67f
h: refs/heads/master
i:
  250669: 2779829
  250667: dea3324
  250663: bf624bf
  250655: 184ece9
v: v3
  • Loading branch information
Ben Skeggs committed May 16, 2011
1 parent c0fde69 commit 266de6d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 619d4f7e219f4e65137b66ac878cd1eba8e51e10
refs/heads/master: 3acf67f66e40633c8235d126bf3a7e59d27c6107
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nv40_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ nv40_graph_object_new(struct nouveau_channel *chan, int engine,

nv_wo32(obj, 0x00, class);
nv_wo32(obj, 0x04, 0x00000000);
#ifdef __BIG_ENDIAN
#ifndef __BIG_ENDIAN
nv_wo32(obj, 0x08, 0x00000000);
#else
nv_wo32(obj, 0x08, 0x01000000);
#endif
nv_wo32(obj, 0x0c, 0x00000000);
Expand Down

0 comments on commit 266de6d

Please sign in to comment.