On Wed Mar 25, 2026 at 1:39 AM CET, Danilo Krummrich wrote:
> Switch LogBuffer from Coherent<[u8]> (unsized) to
> Coherent<[u8; LOG_BUFFER_SIZE]> (sized). The buffer size is a
> compile-time constant (RM_LOG_BUFFER_NUM_PAGES * GSP_PAGE_SIZE), so a
> fixed-size array is more precise and avoids the need for the runtime
> length parameter of zeroed_slice().
>
> Signed-off-by: Danilo Krummrich <[email protected]>

Applied to drm-rust-next, thanks!

Reply via email to