Re: [PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs
From: Danilo Krummrich
Date: Thu Nov 06 2025 - 16:42:06 EST
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.