[PATCH v4 09/20] gpu: nova-core: increase BAR0 size to 16MB
Alexandre Courbot
acourbot at nvidia.com
Mon Jun 2 11:21:05 UTC 2025
On Sat May 31, 2025 at 6:46 AM JST, Lyude Paul wrote:
> On Wed, 2025-05-21 at 15:45 +0900, Alexandre Courbot wrote:
>>
>> -const BAR0_SIZE: usize = 8;
>> +const BAR0_SIZE: usize = 0x1000000;
>> pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>;
>>
>
> Hm, considering that you just added additional SZ_* constants wouldn't we want
> to use one of those here instead of 0x1000000?
Absolutely, thanks for pointing it out!
More information about the dri-devel
mailing list