git: drm/linux - More closely match linux wait-for-completion
Sergey Zigachev
szi at crater.dragonflybsd.org
Tue Jun 10 20:18:53 PDT 2025
commit acc0986b32fa35392a5839170e3e1e0a8b5b163d
Author: Sergey Zigachev <szi at dragonflybsd.org>
Date: Wed Jun 11 07:54:07 2025 +0500
drm/linux - More closely match linux wait-for-completion
Linux wait-for-completion functions decrement `done` counter if a
completion did not signaled with complete_all. Do the same on DragonFly.
Proposed-By: dillon
Summary of changes:
sys/dev/drm/include/linux/completion.h | 2 ++
1 file changed, 2 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/acc0986b32fa35392a5839170e3e1e0a8b5b163d
--
DragonFly BSD source repository
More information about the Commits
mailing list