diff options
author | Marcin KoĆcielnicki <koriakin@0x04.net> | 2010-01-12 18:21:56 (GMT) |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-01-14 08:49:05 (GMT) |
commit | 716abaa8e52548e8863831cb32984655f46b5566 (patch) | |
tree | 4b54978a0285490f2b2a26b7f45e5e4414dc1deb /drivers/gpu | |
parent | b0d2de860bd621959bc826ffd42618fe1de37a61 (diff) | |
download | linux-716abaa8e52548e8863831cb32984655f46b5566.tar.xz |
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')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_graph.c | 2 |
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); |