projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0663e1d
)
drm/nouveau/devinit/tu102-: remove attempt at loading PreOS
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 19 Sep 2023 21:55:56 +0000
(17:55 -0400)
committer
Lyude Paul
<lyude@redhat.com>
Tue, 19 Sep 2023 22:21:49 +0000
(18:21 -0400)
From Turing, HW will already have handled this and locked-down the
falcon before we get control. So this *should* be a no-op.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Acked-by: Danilo Krummrich <me@dakr.org>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230919220442.202488-2-lyude@redhat.com
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c
index 81a1ad2c88a7e2887f561f6eca81c68351eb0c62..40997ad1d101c59ac9fbd0d460a163534099ed38 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c
@@
-83,17
+83,9
@@
tu102_devinit_wait(struct nvkm_device *device)
}
int
-tu102_devinit_post(struct nvkm_devinit *
base
, bool post)
+tu102_devinit_post(struct nvkm_devinit *
init
, bool post)
{
- struct nv50_devinit *init = nv50_devinit(base);
- int ret;
-
- ret = tu102_devinit_wait(init->base.subdev.device);
- if (ret)
- return ret;
-
- gm200_devinit_preos(init, post);
- return 0;
+ return tu102_devinit_wait(init->subdev.device);
}
static const struct nvkm_devinit_func