[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dcc0e439-3a68-4262-aa56-d5b9aa78384b@nvidia.com>
Date: Wed, 27 Aug 2025 21:07:18 -0700
From: John Hubbard <jhubbard@...dia.com>
To: Alexandre Courbot <acourbot@...dia.com>, Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>, Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>, Björn Roy Baron
<bjorn3_gh@...tonmail.com>, Benno Lossin <lossin@...nel.org>,
Andreas Hindborg <a.hindborg@...nel.org>, Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>, Danilo Krummrich <dakr@...nel.org>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>
Cc: Alistair Popple <apopple@...dia.com>,
Joel Fernandes <joelagnelf@...dia.com>, Timur Tabi <ttabi@...dia.com>,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
nouveau@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
On 8/25/25 9:07 PM, Alexandre Courbot wrote:
> 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.
>
> Signed-off-by: Alexandre Courbot <acourbot@...dia.com>
> ---
> drivers/gpu/nova-core/firmware.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: John Hubbard <jhubbard@...dia.com>
>
> diff --git a/drivers/gpu/nova-core/firmware.rs b/drivers/gpu/nova-core/firmware.rs
> index fb751287e938e6a323db185ff8c4ba2781d25285..f296dee224e48b2a4e20d06f8b36d8d1e5f08c53 100644
> --- a/drivers/gpu/nova-core/firmware.rs
> +++ b/drivers/gpu/nova-core/firmware.rs
> @@ -27,7 +27,7 @@
> pub(crate) mod gsp;
> pub(crate) mod riscv;
>
> -pub(crate) const FIRMWARE_VERSION: &str = "535.113.01";
> +pub(crate) const FIRMWARE_VERSION: &str = "570.144";
>
> /// Ad-hoc and temporary module to extract sections from ELF images.
> ///
>
thanks,
--
John Hubbard
Powered by blists - more mailing lists