[PATCH 0/3] gpu: nova-core: Move PFB and PBUS register
Antonin Malzieu Ridolfi via B4 Relay <[email protected]> Tue, 21 Jul 2026 17:41:06 +0200
| Newsgroups | dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.feeds.b4-sent,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Split part of the registers definitions grouped in nova root register file to belonging modules whom actually use them. Add WPR2 range query function to fb module. 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]> 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 (3): gpu: nova-core: Add function to query WPR2 range gpu: nova-core: Move PFB registers definitions gpu: nova-core: Move one PBUS register definition drivers/gpu/nova-core/fb.rs | 15 ++++ drivers/gpu/nova-core/fb/hal/ga100.rs | 8 +- drivers/gpu/nova-core/fb/hal/gb100.rs | 6 +- drivers/gpu/nova-core/fb/hal/gb202.rs | 6 +- drivers/gpu/nova-core/fb/hal/gh100.rs | 6 +- drivers/gpu/nova-core/fb/hal/tu102.rs | 8 +- drivers/gpu/nova-core/fb/regs.rs | 132 ++++++++++++++++++++++++++++++++- drivers/gpu/nova-core/gsp/hal/tu102.rs | 60 +++++++-------- drivers/gpu/nova-core/gsp/regs.rs | 11 +++ drivers/gpu/nova-core/regs.rs | 132 --------------------------------- 10 files changed, 206 insertions(+), 178 deletions(-) --- base-commit: 22e77d81d0a9ab3aee1c5538b3f2f8a66930bfa7 change-id: 20260721-nova-core-regs-split-d73383a155ed Best regards, -- Antonin Malzieu Ridolfi <[email protected]>