mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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
This commit is contained in:
parent
78dfe8a0ef
commit
ce64630dca
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user