projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e60ee7
)
drm/nv50: fix stability issue on NV86.
author
Maxim Levitsky
<maximlevitsky@gmail.com>
Sun, 9 Oct 2011 20:58:31 +0000
(22:58 +0200)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 9 Nov 2011 22:58:57 +0000
(08:58 +1000)
Confirmed to fix random hangs while running all Unegine demos on NV86.
Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv50_grctx.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nv50_grctx.c
b/drivers/gpu/drm/nouveau/nv50_grctx.c
index
d05c2c3
..
4b46d69
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nv50_grctx.c
+++ b/
drivers/gpu/drm/nouveau/nv50_grctx.c
@@
-601,7
+601,7
@@
nv50_graph_construct_mmio(struct nouveau_grctx *ctx)
gr_def(ctx, offset + 0x1c, 0x00880000);
break;
case 0x86:
- gr_def(ctx, offset + 0x1c, 0x0
0
8c0000);
+ gr_def(ctx, offset + 0x1c, 0x0
1
8c0000);
break;
case 0x92:
case 0x96: