Skip to content

Commit 5d4e8ae

Browse files
airlieddakr
authored andcommitted
nouveau/gsp: don't check devinit disable on GSP.
GSP should be handling this and I can see no evidence in opengpu driver that this register should be touched. Fixed acceleration on 2080 Ti GPUs. Fixes: 1574054 ("drm/nouveau/devinit/tu102-: prepare for GSP-RM") Signed-off-by: Dave Airlie <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 807f96a commit 5d4e8ae

File tree

1 file changed

+0
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/subdev/devinit

1 file changed

+0
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ r535_devinit_new(const struct nvkm_devinit_func *hw,
4141

4242
rm->dtor = r535_devinit_dtor;
4343
rm->post = hw->post;
44-
rm->disable = hw->disable;
4544

4645
ret = nv50_devinit_new_(rm, device, type, inst, pdevinit);
4746
if (ret)

0 commit comments

Comments
 (0)