]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: program_brom cannot fail
authorTimur Tabi <ttabi@nvidia.com>
Thu, 5 Feb 2026 22:59:22 +0000 (16:59 -0600)
committerAlexandre Courbot <acourbot@nvidia.com>
Tue, 28 Apr 2026 23:13:55 +0000 (08:13 +0900)
commitf54b0c38bc0db94003978c8f36bc1879a27280bb
tree7bc3277cabe1c3d2dda4c3a20ac2f511598dd7c2
parent98e508e5b016cac054ed0f95694a7a3b240108bb
gpu: nova-core: program_brom cannot fail

Change the signature of the program_brom HAL method to not return
anything.  None of the implementations can actually fail, so they
always return Ok(()).

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Link: https://patch.msgid.link/20260205225922.2158430-1-ttabi@nvidia.com
[acourbot: fix conflicts when applying.]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/falcon/hal.rs
drivers/gpu/nova-core/falcon/hal/ga102.rs
drivers/gpu/nova-core/falcon/hal/tu102.rs