Re: [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling

From: Timur Tabi

Date: Mon Sep 22 2025 - 15:17:02 EST


On Mon, 2025-09-22 at 21:30 +1000, Alistair Popple wrote:
>  /// Creates a self-mapping page table for `obj` at its beginning.
> -fn create_pte_array(obj: &mut CoherentAllocation<u8>) {
> +fn create_pte_array<T: AsBytes + FromBytes>(obj: &mut CoherentAllocation<T>, skip: usize) {

Please add documentation for the 'skip' parameter.