]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: gsp: make `Cmdq` a pinned type
authorEliot Courtney <ecourtney@nvidia.com>
Wed, 18 Mar 2026 04:07:12 +0000 (13:07 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Wed, 18 Mar 2026 12:53:14 +0000 (21:53 +0900)
commit9b786c7f630924fc3a6179b515e9d0d222d91c95
tree48b6a388e1fb704ba2043f3130170ba9fee650e5
parentc3bd240f97491122e3c9e9922def7e59eecd6145
gpu: nova-core: gsp: make `Cmdq` a pinned type

Make `Cmdq` a pinned type. This is needed to use Mutex, which is needed
to add locking to `Cmdq`.

Reviewed-by: Zhi Wang <zhiw@nvidia.com>
Tested-by: Zhi Wang <zhiw@nvidia.com>
Signed-off-by: Eliot Courtney <ecourtney@nvidia.com>
Link: https://patch.msgid.link/20260318-cmdq-locking-v5-4-18b37e3f9069@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/gsp.rs
drivers/gpu/nova-core/gsp/cmdq.rs