Split part of the registers definitions grouped in nova root register file to belonging modules whom actually use them.
To: Danilo Krummrich <[email protected]> To: Alexandre Courbot <[email protected]> To: Alice Ryhl <[email protected]> To: David Airlie <[email protected]> To: Simona Vetter <[email protected]> To: Antonin Malzieu Ridolfi <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Suggested-by: Alexandre Courbot <[email protected]> Suggested-by: Danilo Krummrich <[email protected]> Signed-off-by: Antonin Malzieu Ridolfi <[email protected]> --- Antonin Malzieu Ridolfi (5): gpu: nova-core: fb: Move PDISP register definition gpu: nova-core: gsp: Move PBUS register definition gpu: nova-core: falcon: Move PFALCON2 register gpu: nova-core: falcon: Move PRISCV register gpu: nova-core: falcon: Move PFSP register drivers/gpu/nova-core/falcon.rs | 71 +++++++++++--------- drivers/gpu/nova-core/falcon/fsp.rs | 14 ++-- drivers/gpu/nova-core/falcon/hal/ga102.rs | 32 +++++---- drivers/gpu/nova-core/falcon/hal/tu102.rs | 8 +-- drivers/gpu/nova-core/falcon/regs.rs | 76 +++++++++++++++++++++ drivers/gpu/nova-core/fb.rs | 4 +- drivers/gpu/nova-core/fb/regs.rs | 25 +++++++ drivers/gpu/nova-core/gsp/hal/tu102.rs | 12 ++-- drivers/gpu/nova-core/gsp/regs.rs | 11 ++++ drivers/gpu/nova-core/regs.rs | 105 +----------------------------- 10 files changed, 191 insertions(+), 167 deletions(-) --- base-commit: 5f7410aa26524101d34b627fbe16670b1514962c change-id: 20260616-nova-core-regs-split-e2a8b22caaf4 Best regards, -- Antonin Malzieu Ridolfi <[email protected]>
