diff options
author | Dave Airlie <airlied@redhat.com> | 2024-03-14 11:45:21 +1000 |
---|---|---|
committer | Danilo Krummrich <dakr@redhat.com> | 2024-03-19 14:34:55 +0100 |
commit | 5d4e8ae6e57b025802aadf55a4775c55cceb75f1 (patch) | |
tree | 333129825e75f865765dae21d0c54078639ec5dd | |
parent | 807f96abdf14c80f534c78f2d854c2590963345c (diff) |
nouveau/gsp: don't check devinit disable on GSP.drm-misc-next-fixes-2024-03-21
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: 15740541e8f0 ("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
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c index 666eb93b1742..11b4c9c274a1 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c @@ -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) |