Re: [PATCH v5 8/8] gpu: nova-core: update firmware module info for TLV images
"Alexandre Courbot" <[email protected]> Mon, 27 Jul 2026 17:06:53 +0900
| Newsgroups | dev.linux.lists.nova-gpu,dev.linux.lists.driver-core,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Sat Jul 11, 2026 at 8:04 AM JST, Timur Tabi wrote: > Now that nova-core loads the TLV firmware images, update the firmware > module info to specify those files. > > Also remove FIRMWARE_VERSION as it is no longer used. > > Signed-off-by: Timur Tabi <[email protected]> Doing this in one go creates a potential bisectability issue: there are points in the history where the firmware entries do not reflect the actual firmware files used. Can you fold this patch gradually into the respective patches (4-7) to avoid this? Also, preemptively: note that the latest drm-rust-next introduces a helper `boot_firmware_files` function to get a list of files relevant to a given chipset. This list will have to be updated to include the `.tlv` suffix.