Re: [PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion

2025-05-16 Thread Alexandre Courbot
On Tue May 13, 2025 at 11:07 PM JST, Danilo Krummrich wrote: > On Wed, May 07, 2025 at 10:52:36PM +0900, Alexandre Courbot wrote: >> Upon reset, the GPU executes the GFW_BOOT firmware in order to >> initialize its base parameters such as clocks. The driver must ensure >> that this step is completed

Re: [PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion

2025-05-13 Thread Danilo Krummrich
On Wed, May 07, 2025 at 10:52:36PM +0900, Alexandre Courbot wrote: > Upon reset, the GPU executes the GFW_BOOT firmware in order to > initialize its base parameters such as clocks. The driver must ensure > that this step is completed before using the hardware. > > Signed-off-by: Alexandre Courbot

[PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion

2025-05-07 Thread Alexandre Courbot
Upon reset, the GPU executes the GFW_BOOT firmware in order to initialize its base parameters such as clocks. The driver must ensure that this step is completed before using the hardware. Signed-off-by: Alexandre Courbot --- drivers/gpu/nova-core/devinit.rs | 38 +++