Re: [PATCH v3 04/33] gpu: nova-core: firmware: add r000 bindings
From: Timur Tabi
Date: Fri Sep 18 2026 - 13:49:31 EST
On Thu, 2026-09-17 at 18:06 -0700, John Hubbard wrote:
> Nova-core boots the r570 GSP firmware, release 570.144. The GSP firmware
> releases from r615 onward share one ABI, and their firmware files carry
> no version number in their names, because each image records its version
> internally. The driver calls that ABI "r000", so that its name does not
> change with each release.
>
> Add the bindings that bindgen generates from the r000 headers of Open
> RM, the open-source NVIDIA kernel driver.
You should specify exactly which OpenRM version was used for this, because I suspect that some
of these constants might change in future versions. The upcoming NVOC stuff will mitigate that,
but it's still useful to be specific, just in case.