projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d2de8
)
drm/nv50: Fix typo in PGRAPH initialisation.
author
Marcin Kościelnicki
<koriakin@0x04.net>
Tue, 12 Jan 2010 18:21:56 +0000
(18:21 +0000)
committer
Ben 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nv50_graph.c
b/drivers/gpu/drm/nouveau/nv50_graph.c
index 56a9753db23c9dad2c219a13aa1eaf7706ae70cd..20319e59d368ca1bf6b3e2368b97ccfd7e782f6b 100644
(file)
--- 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, 0x40180
4
, 0xc0000000);
+ nv_wr32(dev, 0x40180
0
, 0xc0000000);
nv_wr32(dev, 0x405018, 0xc0000000);
nv_wr32(dev, 0x402000, 0xc0000000);