Timur Tabi
2025-Nov-06 14:41 UTC
[PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs
On Wed, 2025-11-05 at 19:54 -0800, John Hubbard wrote:> -use crate::gpu::{Architecture, Chipset}; > +use crate::gpu::{ > +??? Architecture, > +??? Chipset, // > +};I don't think this change should be part of this patch.
Danilo Krummrich
2025-Nov-06 21:42 UTC
[PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs
On 11/6/25 3:41 PM, Timur Tabi wrote:> On Wed, 2025-11-05 at 19:54 -0800, John Hubbard wrote: >> -use crate::gpu::{Architecture, Chipset}; >> +use crate::gpu::{ >> +??? Architecture, >> +??? Chipset, // >> +}; > > I don't think this change should be part of this patch.I think it would be good to send a patch converting nova-core (and nova-drm) to kernel vertical import style at once and then rebase other patches on top of that.