提交 429412e2 编写于 作者: B Ben Skeggs

drm/nouveau/gr/gf100-: virtualise init_rop_active_fbps

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 bfd27f39
......@@ -1997,6 +1997,8 @@ gf100_gr_init(struct gf100_gr *gr)
gr->func->init_vsc_stream_master(gr);
gr->func->init_zcull(gr);
gr->func->init_num_active_ltcs(gr);
if (gr->func->init_rop_active_fbps)
gr->func->init_rop_active_fbps(gr);
nvkm_wr32(device, 0x400500, 0x00010001);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册