Module Name: src Committed By: riastradh Date: Sun Dec 19 12:26:30 UTC 2021
Modified Files: src/sys/external/bsd/drm2/linux: linux_dma_resv.c Log Message: drm: Fix dma_resv_test_signaled_rcu and dma_resv_wait_timeout_rcu. Make them implemented the semantics as documented like Linux does: only test the exclusive fence if there's no shared fences. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/linux/linux_dma_resv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.