aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-03-03 16:18:55 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-03-26 14:08:06 +1000
commit8060fad41b6ecc5025868db3c4fb08f3a2492c58 (patch)
treee129fe76d8caa3fbaf9b580af9c68b5c5b702503 /drivers/gpu/drm/nouveau
parentdrm/gf104/gr: rename gf104 (nvc4), it came before gf106 (nvc3) (diff)
downloadlinux-dev-8060fad41b6ecc5025868db3c4fb08f3a2492c58.tar.xz
linux-dev-8060fad41b6ecc5025868db3c4fb08f3a2492c58.zip
drm/gf108/gr: minor adjustment to some random initval
Bug noticed vs traces. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c b/drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c
index 26decd028f75..0215c2541c98 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c
@@ -78,7 +78,8 @@ nvc1_graph_init_tpc[] = {
{ 0x419ac8, 1, 0x04, 0x00000000 },
{ 0x419ab8, 1, 0x04, 0x000000e7 },
{ 0x419abc, 2, 0x04, 0x00000000 },
- { 0x41980c, 2, 0x04, 0x00000000 },
+ { 0x41980c, 1, 0x04, 0x00000010 },
+ { 0x419810, 1, 0x04, 0x00000000 },
{ 0x419814, 1, 0x04, 0x00000004 },
{ 0x419844, 1, 0x04, 0x00000000 },
{ 0x41984c, 1, 0x04, 0x00005bc5 },