]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vkms: Update vkms_composer_worker documentation
authorAndré Almeida <andrealmeid@igalia.com>
Sat, 21 May 2022 19:13:42 +0000 (16:13 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 May 2022 15:40:44 +0000 (17:40 +0200)
commit0e78f073aeaaeb9ba3d14f08fde3927a95516e8f
tree3067f0827535ef24ba3dfb467fc807066fc45367
parentd5f14ef4e93c109ec478f7b08f58d2a508c929de
drm/vkms: Update vkms_composer_worker documentation

Since commit 49dba410a730 ("drm/vkms: Bugfix racing hrtimer vblank
handle") the work is scheduled at vkms_vblank_simulate() and since
commit 45fdc1e0993c ("drm/vkms: flush crc workers earlier in commit
flow") the work is flushed at vkms_atomic_commit_tail(). Update function
commment to reflect that.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220521191342.23520-1-andrealmeid@igalia.com
drivers/gpu/drm/vkms/vkms_composer.c