Commit 7c76ebb6 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/gr/gf100: write 0x400124 during init

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent dff30dbd
...@@ -2008,6 +2008,7 @@ gf100_gr_init(struct gf100_gr *gr) ...@@ -2008,6 +2008,7 @@ gf100_gr_init(struct gf100_gr *gr)
nvkm_wr32(device, 0x400100, 0xffffffff); nvkm_wr32(device, 0x400100, 0xffffffff);
nvkm_wr32(device, 0x40013c, 0xffffffff); nvkm_wr32(device, 0x40013c, 0xffffffff);
nvkm_wr32(device, 0x400124, 0x00000002);
nvkm_wr32(device, 0x409c24, 0x000f0000); nvkm_wr32(device, 0x409c24, 0x000f0000);
nvkm_wr32(device, 0x404000, 0xc0000000); nvkm_wr32(device, 0x404000, 0xc0000000);
......
...@@ -434,6 +434,7 @@ gk104_gr_init(struct gf100_gr *gr) ...@@ -434,6 +434,7 @@ gk104_gr_init(struct gf100_gr *gr)
nvkm_wr32(device, 0x400100, 0xffffffff); nvkm_wr32(device, 0x400100, 0xffffffff);
nvkm_wr32(device, 0x40013c, 0xffffffff); nvkm_wr32(device, 0x40013c, 0xffffffff);
nvkm_wr32(device, 0x400124, 0x00000002);
nvkm_wr32(device, 0x409ffc, 0x00000000); nvkm_wr32(device, 0x409ffc, 0x00000000);
nvkm_wr32(device, 0x409c14, 0x00003e3e); nvkm_wr32(device, 0x409c14, 0x00003e3e);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment