drm/nv50: Fix typo in PGRAPH initialisation.
authorMarcin Kościelnicki <koriakin@0x04.net>
Tue, 12 Jan 2010 18:21:56 +0000 (18:21 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 14 Jan 2010 08:49:05 +0000 (18:49 +1000)
This enables streamout functionality.

Signed-off-by: Marcin Kościelnicki <koriakin@0x04.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv50_graph.c

index 56a9753..20319e5 100644 (file)
@@ -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);