Re: [PATCH v10 02/28] gpu: nova-core: use GPU Architecture to simplify HAL selections

From: Gary Guo

Date: Mon Apr 20 2026 - 12:58:48 EST


On Sat Apr 11, 2026 at 3:49 AM BST, John Hubbard wrote:
> Replace per-chipset match arms with Architecture-based matching in the
> falcon and FB HAL selection functions. This reduces the number of match
> arms that need updating when new chipsets are added within an existing
> architecture.
>
> Signed-off-by: John Hubbard <jhubbard@xxxxxxxxxx>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> drivers/gpu/nova-core/falcon/hal.rs | 17 ++++++++++-------
> drivers/gpu/nova-core/fb/hal.rs | 18 +++++++++---------
> 2 files changed, 19 insertions(+), 16 deletions(-)