Re: [PATCH v2 5/7] accel/rocket: Add IOCTL for BO creation
From: Jeffrey Hugo
Date: Fri Mar 21 2025 - 12:05:56 EST
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.