aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c
index 2207dac23981..300f5ed5de0b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c
@@ -75,8 +75,8 @@ nv34_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch,
75 nvkm_wo32(chan->inst, i, 0x00040004); 75 nvkm_wo32(chan->inst, i, 0x00040004);
76 for (i = 0x15ac; i <= 0x271c ; i += 16) { 76 for (i = 0x15ac; i <= 0x271c ; i += 16) {
77 nvkm_wo32(chan->inst, i + 0, 0x10700ff9); 77 nvkm_wo32(chan->inst, i + 0, 0x10700ff9);
78 nvkm_wo32(chan->inst, i + 1, 0x0436086c); 78 nvkm_wo32(chan->inst, i + 4, 0x0436086c);
79 nvkm_wo32(chan->inst, i + 2, 0x000c001b); 79 nvkm_wo32(chan->inst, i + 8, 0x000c001b);
80 } 80 }
81 for (i = 0x274c; i < 0x275c; i += 4) 81 for (i = 0x274c; i < 0x275c; i += 4)
82 nvkm_wo32(chan->inst, i, 0x0000ffff); 82 nvkm_wo32(chan->inst, i, 0x0000ffff);