We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e43b1e commit 591eafcCopy full SHA for 591eafc
include/uapi/drm/panthor_drm.h
@@ -939,7 +939,11 @@ struct drm_panthor_tiler_heap_create {
939
* struct drm_panthor_tiler_heap_destroy - Arguments passed to DRM_IOCTL_PANTHOR_TILER_HEAP_DESTROY
940
*/
941
struct drm_panthor_tiler_heap_destroy {
942
- /** @handle: Handle of the tiler heap to destroy */
+ /**
943
+ * @handle: Handle of the tiler heap to destroy.
944
+ *
945
+ * Must be a valid heap handle returned by DRM_IOCTL_PANTHOR_TILER_HEAP_CREATE.
946
+ */
947
__u32 handle;
948
949
/** @pad: Padding field, MBZ. */
0 commit comments