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

Match RM.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
Ben Skeggs 2022-06-01 20:48:10 +10:00
parent 366e01092a
commit 0d75570724

View File

@ -2285,6 +2285,8 @@ gf100_gr_init(struct gf100_gr *gr)
struct nvkm_device *device = gr->base.engine.subdev.device;
int gpc, tpc, rop;
nvkm_mask(device, 0x400500, 0x00010001, 0x00000000);
if (gr->func->init_419bd8)
gr->func->init_419bd8(gr);