On 2/3/26 2:47 PM, Timur Tabi wrote: ... > drivers/gpu/nova-core/gsp.rs | 49 ++++++++++++++++---- > drivers/gpu/nova-core/gsp/boot.rs | 14 +++--- > drivers/gpu/nova-core/nova_core.rs | 50 +++++++++++++++++++- > rust/helpers/device.c | 5 ++ > rust/kernel/device.rs | 10 ++++ > rust/kernel/dma.rs | 36 ++++++++++++++- > rust/kernel/uaccess.rs | 74 +++++++++++++++++++++++++----- > 7 files changed, 210 insertions(+), 28 deletions(-) >
I've been using this on my multi-GPU setup, and it has been working just fine, although there is a somewhat related patch [1] that you'll want in order to use multi-GPU with this. So for the series: Tested-by: John Hubbard <[email protected]> [1] https://lore.kernel.org/[email protected] thanks, -- John Hubbard
