mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 05:04:04 +08:00
drm/nouveau/gr/gf100: write 0x400124 during init
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
dff30dbd1d
commit
7c76ebb65a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user