diff options
| author | Chunming Zhou <[email protected]> | 2018-10-17 07:03:18 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2018-10-17 07:10:30 +0000 |
| commit | 871edc96bdab5fd84134320456670e7bfd5ec31a (patch) | |
| tree | 50d507cc907ae86a1438c1c0e12b6d76e2e5d56d /drivers/gpu/drm/drm_syncobj.c | |
| parent | drm/rockchip: psr: do not dereference encoder before it is null checked. (diff) | |
| download | kernel-871edc96bdab5fd84134320456670e7bfd5ec31a.tar.gz kernel-871edc96bdab5fd84134320456670e7bfd5ec31a.zip | |
drm: fix missing doc v2
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 <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_syncobj.c')
| -rw-r--r-- | drivers/gpu/drm/drm_syncobj.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_syncobj.c b/drivers/gpu/drm/drm_syncobj.c index 094513125153..e2c5b3ca4824 100644 --- a/drivers/gpu/drm/drm_syncobj.c +++ b/drivers/gpu/drm/drm_syncobj.c @@ -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 |
