Re: [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code

2025-05-01 Thread Joel Fernandes
On 5/1/2025 10:18 AM, Alexandre Courbot wrote: [..] >> On Thu, May 01, 2025 at 09:58:33PM +0900, Alexandre Courbot wrote: >>> Add the common Falcon code and HAL for Ampere GPUs, and instantiate the >>> GSP and SEC2 Falcons that will be required to boot the GSP. >>> >>> Signed-off-by: Alexandre Cour

Re: [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code

2025-05-01 Thread Alexandre Courbot
On Thu May 1, 2025 at 10:52 PM JST, Joel Fernandes wrote: > Hello Alex, > > On Thu, May 01, 2025 at 09:58:33PM +0900, Alexandre Courbot wrote: >> Add the common Falcon code and HAL for Ampere GPUs, and instantiate the >> GSP and SEC2 Falcons that will be required to boot the GSP. >> >> Signed-off-

Re: [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code

2025-05-01 Thread Joel Fernandes
Hello Alex, On Thu, May 01, 2025 at 09:58:33PM +0900, Alexandre Courbot wrote: > Add the common Falcon code and HAL for Ampere GPUs, and instantiate the > GSP and SEC2 Falcons that will be required to boot the GSP. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/nova-core/falcon.rs

[PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code

2025-05-01 Thread Alexandre Courbot
Add the common Falcon code and HAL for Ampere GPUs, and instantiate the GSP and SEC2 Falcons that will be required to boot the GSP. Signed-off-by: Alexandre Courbot --- drivers/gpu/nova-core/falcon.rs | 546 ++ drivers/gpu/nova-core/falcon/gsp.rs | 25