Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 11:56:39 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/drm/i915: i915_sw_fence.c
        src/sys/external/bsd/drm2/dist/drm/i915/display: intel_display.c

Log Message:
i915: Remove waiter after done, not only after wakeup.

Might be done without any wakeup, in which case the waiter would
remain on the list (even as it becomes stack garbage!).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/sys/external/bsd/drm2/dist/drm/i915/i915_sw_fence.c
cvs rdiff -u -r1.7 -r1.8 \
    src/sys/external/bsd/drm2/dist/drm/i915/display/intel_display.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to