aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-02-16 20:31:17 -0500
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 01:00:55 -0500
commitf63740fd580e0645c5123897891b72ec25b396ef (patch)
tree82b8c533136261458665e2687f60c9337db51b3e
parent89e728ce07630a5584875b8a811a8bd02844b1d3 (diff)
drm/nv50/graph: avoid touching 400724, it doesn't exist
Harmless, but we now get MMIO fault reports, so silence it. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/graph/nv50.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
index d51f29dc38b7..f2b1a7a124f2 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
@@ -909,9 +909,8 @@ nv50_graph_init(struct nouveau_object *object)
909 nv_wr32(priv, 0x400828, 0x00000000); 909 nv_wr32(priv, 0x400828, 0x00000000);
910 nv_wr32(priv, 0x40082c, 0x00000000); 910 nv_wr32(priv, 0x40082c, 0x00000000);
911 nv_wr32(priv, 0x400830, 0x00000000); 911 nv_wr32(priv, 0x400830, 0x00000000);
912 nv_wr32(priv, 0x400724, 0x00000000);
913 nv_wr32(priv, 0x40032c, 0x00000000); 912 nv_wr32(priv, 0x40032c, 0x00000000);
914 nv_wr32(priv, 0x400320, 4); /* CTXCTL_CMD = NEWCTXDMA */ 913 nv_wr32(priv, 0x400330, 0x00000000);
915 914
916 /* some unknown zcull magic */ 915 /* some unknown zcull magic */
917 switch (nv_device(priv)->chipset & 0xf0) { 916 switch (nv_device(priv)->chipset & 0xf0) {