Re: [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
From: Alice Ryhl
Date: Thu Apr 16 2026 - 03:16:46 EST
On Wed, Apr 15, 2026 at 08:57:15PM +0100, Gary Guo wrote:
> From: Alexandre Courbot <acourbot@xxxxxxxxxx>
>
> This has been previously attempted but missing compiler optimisations for
> older LLVM versions cause build errors. With the panicking index projection
> variant implemented, replace the manual pointer arithmetic with projection.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> Co-developed-by: Gary Guo <gary@xxxxxxxxxxx>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>