Re: [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection

From: Alexandre Courbot

Date: Thu Sep 03 2026 - 08:47:45 EST


On Wed Sep 2, 2026 at 1:50 AM JST, Gary Guo wrote:
<...>
> diff --git a/drivers/gpu/nova-core/fb/regs.rs b/drivers/gpu/nova-core/fb/regs.rs
> index c27582e376e2..abb48b0955a9 100644
> --- a/drivers/gpu/nova-core/fb/regs.rs
> +++ b/drivers/gpu/nova-core/fb/regs.rs
> @@ -2,7 +2,8 @@
>
> use kernel::{
> io::register,
> - sizes::SizeConstants, //
> + prelude::*,
> + sizes::{SizeConstants, SZ_4K}, //

Sashiko pointed out that misformatted import.