summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_graph.c
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2010-01-12 18:21:56 +0000
committerBen Skeggs <bskeggs@redhat.com>2010-01-14 18:49:05 +1000
commit716abaa8e52548e8863831cb32984655f46b5566 (patch)
tree4b54978a0285490f2b2a26b7f45e5e4414dc1deb /drivers/gpu/drm/nouveau/nv50_graph.c
parentb0d2de860bd621959bc826ffd42618fe1de37a61 (diff)
downloadop-kernel-dev-716abaa8e52548e8863831cb32984655f46b5566.zip
op-kernel-dev-716abaa8e52548e8863831cb32984655f46b5566.tar.gz
drm/nv50: Fix typo in PGRAPH initialisation.
This enables streamout functionality. Signed-off-by: Marcin Koƛcielnicki <koriakin@0x04.net> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c
index 56a9753..20319e5 100644
--- a/drivers/gpu/drm/nouveau/nv50_graph.c
+++ b/drivers/gpu/drm/nouveau/nv50_graph.c
@@ -84,7 +84,7 @@ nv50_graph_init_regs__nv(struct drm_device *dev)
nv_wr32(dev, 0x400804, 0xc0000000);
nv_wr32(dev, 0x406800, 0xc0000000);
nv_wr32(dev, 0x400c04, 0xc0000000);
- nv_wr32(dev, 0x401804, 0xc0000000);
+ nv_wr32(dev, 0x401800, 0xc0000000);
nv_wr32(dev, 0x405018, 0xc0000000);
nv_wr32(dev, 0x402000, 0xc0000000);
OpenPOWER on IntegriCloud