You need to sign in or sign up before continuing.
提交 17f2d4df 编写于 作者: B Ben Skeggs

drm/nouveau/gr/gp100-: fix pagepool setup

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 191e3232
...@@ -36,7 +36,7 @@ gp100_grctx_generate_pagepool(struct gf100_grctx *info) ...@@ -36,7 +36,7 @@ gp100_grctx_generate_pagepool(struct gf100_grctx *info)
const int s = 8; const int s = 8;
const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true); const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true);
mmio_refn(info, 0x40800c, 0x00000000, s, b); mmio_refn(info, 0x40800c, 0x00000000, s, b);
mmio_wr32(info, 0x408010, 0x80000000); mmio_wr32(info, 0x408010, 0x8007d800);
mmio_refn(info, 0x419004, 0x00000000, s, b); mmio_refn(info, 0x419004, 0x00000000, s, b);
mmio_wr32(info, 0x419008, 0x00000000); mmio_wr32(info, 0x419008, 0x00000000);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册