Commit 429412e2 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/gr/gf100-: virtualise init_rop_active_fbps

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent bfd27f39
...@@ -1997,6 +1997,8 @@ gf100_gr_init(struct gf100_gr *gr) ...@@ -1997,6 +1997,8 @@ gf100_gr_init(struct gf100_gr *gr)
gr->func->init_vsc_stream_master(gr); gr->func->init_vsc_stream_master(gr);
gr->func->init_zcull(gr); gr->func->init_zcull(gr);
gr->func->init_num_active_ltcs(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); nvkm_wr32(device, 0x400500, 0x00010001);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment