Commit ce64630d authored by Thomas Zimmermann's avatar Thomas Zimmermann

drm: Fix flip-task docs

Say that drm_flip_work_commit() is safe to call in atomic context. Turn
the name into a hyperlink.
Suggested-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20231101103618.23806-3-tzimmermann@suse.de
parent 78dfe8a0
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
/** /**
* DOC: flip utils * DOC: flip utils
* *
* Util to queue up work to run from work-queue context after flip/vblank. * Utility to queue up work to run from work-queue context after flip/vblank.
* Typically this can be used to defer unref of framebuffer's, cursor * Typically this can be used to defer unref of framebuffer's, cursor
* bo's, etc until after vblank. The APIs are all thread-safe. Moreover, * bo's, etc until after vblank. The APIs are all thread-safe. Moreover,
* drm_flip_work_queue can be called in atomic context. * drm_flip_work_commit() can be called in atomic context.
*/ */
struct drm_flip_work; struct drm_flip_work;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment