Skip to content

Commit cb05748

Browse files
committed
gpu: nova-core: firmware: use 570.144 firmware
570.144 is the latest available into linux-firmware as of this commit, and the one we will use to start development of nova-core. It should eventually be dropped for a newer version before the driver becomes able to do anything useful. The newer firmware is expected to iron out some of the inelegances of 570.144, notably related to packaging. Reviewed-by: John Hubbard <[email protected]> Acked-by: Danilo Krummrich <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Courbot <[email protected]>
1 parent 015b1d3 commit cb05748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/nova-core/firmware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub(crate) mod fwsec;
2121
pub(crate) mod gsp;
2222
pub(crate) mod riscv;
2323

24-
pub(crate) const FIRMWARE_VERSION: &str = "535.113.01";
24+
pub(crate) const FIRMWARE_VERSION: &str = "570.144";
2525

2626
/// Requests the GPU firmware `name` suitable for `chipset`, with version `ver`.
2727
fn request_firmware(

0 commit comments

Comments
 (0)