On Wed Dec 3, 2025 at 5:58 AM GMT, John Hubbard wrote: > A tiny simplification: now that FbLayout uses its own specific FbRange > type, add an FbRange.len() method, and use that to (very slightly) > simplify the calculation of Frts::frts_size initialization. > > Suggested-by: Alexandre Courbot <[email protected]> > Signed-off-by: John Hubbard <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > drivers/gpu/nova-core/fb.rs | 6 ++++++ > drivers/gpu/nova-core/gsp/boot.rs | 2 +- > 2 files changed, 7 insertions(+), 1 deletion(-)
