Module Name: src Committed By: riastradh Date: Mon Aug 27 13:36:53 UTC 2018
Modified Files: src/sys/external/bsd/drm2/include/linux: fence.h src/sys/external/bsd/drm2/linux: linux_fence.c Log Message: Use atomics to manage fence->flags. Outside users use this field too, and expect it to be managed with atomics. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/drm2/include/linux/fence.h cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/linux/linux_fence.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.