From: Marcin Koƛcielnicki Date: Tue, 12 Jan 2010 18:21:56 +0000 (+0000) Subject: drm/nv50: Fix typo in PGRAPH initialisation. X-Git-Tag: v2.6.33-rc6~27^2~11^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=716abaa8e52548e8863831cb32984655f46b5566;p=profile%2Fcommon%2Fkernel-common.git drm/nv50: Fix typo in PGRAPH initialisation. This enables streamout functionality. Signed-off-by: Marcin Koƛcielnicki Signed-off-by: Ben Skeggs --- 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);