]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: replace wait_on with kernel equivalents
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 20 Oct 2025 06:09:25 +0000 (15:09 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Sat, 25 Oct 2025 04:14:21 +0000 (13:14 +0900)
commit76544ef6a01b2d8fa86f92ff17940b6ff534696e
tree5a241a90b334e314ec04ad0605ee4a3bc93ffcf6
parentc58f00b44eed0968bd8ea0ce8082ef72aa19e1f8
gpu: nova-core: replace wait_on with kernel equivalents

wait_on was a temporary helper function waiting for a kernel crate
equivalent.

Now that read_poll_timeout and fsleep are available, use them and remove
wait_on.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Message-ID: <20251020-nova_wait_on-v1-1-2eb87fb38d14@nvidia.com>
Documentation/gpu/nova/core/todo.rst
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/falcon/hal/ga102.rs
drivers/gpu/nova-core/gfw.rs
drivers/gpu/nova-core/nova_core.rs
drivers/gpu/nova-core/util.rs [deleted file]