Skip to content

Commit

Permalink
nouveau/gsp: don't check devinit disable on GSP.
Browse files Browse the repository at this point in the history
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 <airlied@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240314014521.2695233-1-airlied@gmail.com
  • Loading branch information
airlied authored and dakr committed Mar 19, 2024
1 parent 807f96a commit 5d4e8ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ r535_devinit_new(const struct nvkm_devinit_func *hw,

rm->dtor = r535_devinit_dtor;
rm->post = hw->post;
rm->disable = hw->disable;

ret = nv50_devinit_new_(rm, device, type, inst, pdevinit);
if (ret)
Expand Down

0 comments on commit 5d4e8ae

Please sign in to comment.