]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: fix missing doc v2
authorChunming Zhou <david1.zhou@amd.com>
Wed, 17 Oct 2018 07:03:18 +0000 (15:03 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 17 Oct 2018 07:10:30 +0000 (09:10 +0200)
flags is new param for drm_syncob_find_fence, so need update doc, reproduce: make htmldocs

reported:
htmldocs: drivers/gpu/drm/drm_syncobj.c:230: warning: Function parameter or member 'flags' not described in 'drm_syncobj_find_fence'

v2: rebased

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181017070318.15483-1-david1.zhou@amd.com
drivers/gpu/drm/drm_syncobj.c

index 094513125153c28263557a41db3c7a878a6a7685..e2c5b3ca48240693fa5b23d95e9e039800ab663b 100644 (file)
@@ -214,6 +214,7 @@ static int drm_syncobj_assign_null_handle(struct drm_syncobj *syncobj)
  * @file_private: drm file private pointer
  * @handle: sync object handle to lookup.
  * @point: timeline point
+ * @flags: DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT or not
  * @fence: out parameter for the fence
  *
  * This is just a convenience function that combines drm_syncobj_find() and