diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nv40_graph.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv40_graph.c b/drivers/gpu/drm/nouveau/nv40_graph.c index 638c8878e529..5beb01b8ace1 100644 --- a/drivers/gpu/drm/nouveau/nv40_graph.c +++ b/drivers/gpu/drm/nouveau/nv40_graph.c | |||
@@ -196,7 +196,9 @@ nv40_graph_object_new(struct nouveau_channel *chan, int engine, | |||
196 | 196 | ||
197 | nv_wo32(obj, 0x00, class); | 197 | nv_wo32(obj, 0x00, class); |
198 | nv_wo32(obj, 0x04, 0x00000000); | 198 | nv_wo32(obj, 0x04, 0x00000000); |
199 | #ifdef __BIG_ENDIAN | 199 | #ifndef __BIG_ENDIAN |
200 | nv_wo32(obj, 0x08, 0x00000000); | ||
201 | #else | ||
200 | nv_wo32(obj, 0x08, 0x01000000); | 202 | nv_wo32(obj, 0x08, 0x01000000); |
201 | #endif | 203 | #endif |
202 | nv_wo32(obj, 0x0c, 0x00000000); | 204 | nv_wo32(obj, 0x0c, 0x00000000); |