Re: [PATCH v9 0/4] gpu: nova: add boot42 support for next-gen GPUs

From: Alexandre Courbot

Date: Sat Nov 15 2025 - 09:25:56 EST


On Sat Nov 15, 2025 at 10:09 AM JST, John Hubbard wrote:
> Changes in v9:
>
> 1) Simplified the Revision updates, so that Revision's member fields can
> remain private (thanks to Alex Courbot).
>
> 2) Restore a missing documentation comment line for chipset().
>
> 3) Removed the patch that changed from ENODEV to ENOTSUPP, and used
> ENODEV to mean "GPU is not supported", because the driver core
> expects that specific error code.
>
> 4) Rebased onto drm-rust-next, which already has patch 1/1 from v8, so
> that one no longer appears in v9.

Pushed to drm-rust-next, thank you!