[PATCH v2 5/7] accel/rocket: Add IOCTL for BO creation
Jeffrey Hugo
quic_jhugo at quicinc.com
Fri Mar 21 08:56:22 PDT 2025
On 2/25/2025 12:55 AM, Tomeu Vizoso wrote:
> +/**
> + * rocket_gem_create_object - Implementation of driver->gem_create_object.
> + * @dev: DRM device
> + * @size: Size in bytes of the memory the object will reference
> + *
> + * This lets the GEM helpers allocate object structs for us, and keep
> + * our BO stats correct.
> + */
I would expect that this would throw a warning when making the kernel
documentation since you are not describing the return value.
More information about the linux-arm-kernel
mailing list