mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
drm/nouveau/gr/gf100: write 0x400124 during init
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -2008,6 +2008,7 @@ gf100_gr_init(struct gf100_gr *gr)
|
||||
|
||||
nvkm_wr32(device, 0x400100, 0xffffffff);
|
||||
nvkm_wr32(device, 0x40013c, 0xffffffff);
|
||||
nvkm_wr32(device, 0x400124, 0x00000002);
|
||||
|
||||
nvkm_wr32(device, 0x409c24, 0x000f0000);
|
||||
nvkm_wr32(device, 0x404000, 0xc0000000);
|
||||
|
||||
@@ -434,6 +434,7 @@ gk104_gr_init(struct gf100_gr *gr)
|
||||
|
||||
nvkm_wr32(device, 0x400100, 0xffffffff);
|
||||
nvkm_wr32(device, 0x40013c, 0xffffffff);
|
||||
nvkm_wr32(device, 0x400124, 0x00000002);
|
||||
|
||||
nvkm_wr32(device, 0x409ffc, 0x00000000);
|
||||
nvkm_wr32(device, 0x409c14, 0x00003e3e);
|
||||
|
||||
Reference in New Issue
Block a user