Commit 0d755707 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/gr/gf100-: gpfifo_ctl zero before init

Match RM.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
parent 366e0109
...@@ -2285,6 +2285,8 @@ gf100_gr_init(struct gf100_gr *gr) ...@@ -2285,6 +2285,8 @@ gf100_gr_init(struct gf100_gr *gr)
struct nvkm_device *device = gr->base.engine.subdev.device; struct nvkm_device *device = gr->base.engine.subdev.device;
int gpc, tpc, rop; int gpc, tpc, rop;
nvkm_mask(device, 0x400500, 0x00010001, 0x00000000);
if (gr->func->init_419bd8) if (gr->func->init_419bd8)
gr->func->init_419bd8(gr); gr->func->init_419bd8(gr);
......
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