drm: Fix flip-task docs
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 1 Nov 2023 10:35:43 +0000 (11:35 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Nov 2023 09:23:12 +0000 (10:23 +0100)
Say that drm_flip_work_commit() is safe to call in atomic context. Turn
the name into a hyperlink.

Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20231101103618.23806-3-tzimmermann@suse.de
include/drm/drm_flip_work.h

index 6be4ba6f35143e4bd585849b61ee6c82fbc57e2b..1eef3283a109c15bfbd44e49f8551a2ee35ffe71 100644 (file)
 /**
  * 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
- * bo's, etc until after vblank.  The APIs are all thread-safe. Moreover,
- * drm_flip_work_queue can be called in atomic context.
+ * bo's, etc until after vblank. The APIs are all thread-safe. Moreover,
+ * drm_flip_work_commit() can be called in atomic context.
  */
 
 struct drm_flip_work;