projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e728c
)
drm/nv50/graph: avoid touching 400724, it doesn't exist
author
Ben Skeggs
<bskeggs@redhat.com>
Sun, 17 Feb 2013 01:31:17 +0000
(11:31 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 20 Feb 2013 06:00:55 +0000
(16:00 +1000)
Harmless, but we now get MMIO fault reports, so silence it.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
index
d51f29d
..
f2b1a7a
100644
(file)
--- 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)
nv_wr32(priv, 0x400828, 0x00000000);
nv_wr32(priv, 0x40082c, 0x00000000);
nv_wr32(priv, 0x400830, 0x00000000);
- nv_wr32(priv, 0x400724, 0x00000000);
nv_wr32(priv, 0x40032c, 0x00000000);
- nv_wr32(priv, 0x4003
20, 4); /* CTXCTL_CMD = NEWCTXDMA */
+ nv_wr32(priv, 0x4003
30, 0x00000000);
/* some unknown zcull magic */
switch (nv_device(priv)->chipset & 0xf0) {