Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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

+3 -3
+3 -3
include/drm/drm_flip_work.h
··· 31 31 /** 32 32 * DOC: flip utils 33 33 * 34 - * Util to queue up work to run from work-queue context after flip/vblank. 34 + * Utility to queue up work to run from work-queue context after flip/vblank. 35 35 * Typically this can be used to defer unref of framebuffer's, cursor 36 - * bo's, etc until after vblank. The APIs are all thread-safe. Moreover, 37 - * drm_flip_work_queue can be called in atomic context. 36 + * bo's, etc until after vblank. The APIs are all thread-safe. Moreover, 37 + * drm_flip_work_commit() can be called in atomic context. 38 38 */ 39 39 40 40 struct drm_flip_work;