drm/nouveau/fb/gm200-: fix overwriting of big page setting
Likely a rebase bug. Should have no impact in default configuration due to using per-instance setting by default. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
d1ea77ab5f
commit
85a3b9c839
|
@ -49,8 +49,6 @@ gm200_fb_init(struct nvkm_fb *base)
|
|||
if (fb->r100c10_page)
|
||||
nvkm_wr32(device, 0x100c10, fb->r100c10 >> 8);
|
||||
|
||||
nvkm_mask(device, 0x100c80, 0x00000001, 0x00000000); /* 128KiB lpg */
|
||||
|
||||
nvkm_wr32(device, 0x100cc8, nvkm_memory_addr(fb->base.mmu_wr) >> 8);
|
||||
nvkm_wr32(device, 0x100ccc, nvkm_memory_addr(fb->base.mmu_rd) >> 8);
|
||||
nvkm_mask(device, 0x100cc4, 0x00060000,
|
||||
|
|
Loading…
Reference in New Issue