drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb invalidate
authorBen Skeggs <bskeggs@redhat.com>
Mon, 18 Sep 2023 20:21:06 +0000 (06:21 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 31 Oct 2023 05:08:09 +0000 (15:08 +1000)
commit743b7fc481f9e844c374bb51986f0d4db8a684a0
tree5afcfb43f1819b57f3c84917b0b9207cebaa99e3
parent631808095a82e6b6f8410a95f8b12b8d0d38b161
drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb invalidate

This was cargo-culted from traces of RM when the code was written, but
we probably shouldn't be touching NV_PFB regs while GSP-RM is running.

From traces, it looks like NVIDIA dropped this sometime between 510.54
and 515.48.07, so I guess we can too.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-2-skeggsb@gmail.com
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c