[PATCH v2 0/3] gpu: nova-core: Move PFB and PBUS register
Antonin Malzieu Ridolfi via B4 Relay <[email protected]> Mon, 27 Jul 2026 17:51:50 +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 | 14 ++++ 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 | 56 +++++++------- drivers/gpu/nova-core/gsp/regs.rs | 11 +++ drivers/gpu/nova-core/regs.rs | 132 --------------------------------- 10 files changed, 203 insertions(+), 176 deletions(-) --- base-commit: 6dcbb4b1320fa91fee349462a52bb69135f2e45e change-id: 20260721-nova-core-regs-split-d73383a155ed Best regards, -- Antonin Malzieu Ridolfi <[email protected]>