drm/nouveau/gr/gp100-: modify init_fecs_exceptions

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:16 +10:00
parent de8be616b6
commit d94ac9ddde
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ gp100_gr_init_419c9c(struct gf100_gr *gr)
void
gp100_gr_init_fecs_exceptions(struct gf100_gr *gr)
{
nvkm_wr32(gr->base.engine.subdev.device, 0x409c24, 0x000f0002);
nvkm_wr32(gr->base.engine.subdev.device, 0x409c24, 0x000e0002);
}
void

View File

@ -27,7 +27,7 @@
static void
tu102_gr_init_fecs_exceptions(struct gf100_gr *gr)
{
nvkm_wr32(gr->base.engine.subdev.device, 0x409c24, 0x006f0002);
nvkm_wr32(gr->base.engine.subdev.device, 0x409c24, 0x006e0003);
}
static void