summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux/fence.h
AgeCommit message (Expand)Author
2021-12-19Create stub headers for files included by drm code.riastradh
2021-12-19Rename fence -> dma_fence, step 1: files.riastradh
2020-02-14FENCE_TRACE is __printfliketnn
2018-08-27Make extremely noisy fence trace output conditional.riastradh
2018-08-27Add fence_is_later and fence_wait_any_timeout.riastradh
2018-08-27Add missing namespacing.riastradh
2018-08-27Use atomics to manage fence->flags.riastradh
2018-08-27Draft implementation of the Linux reservation and fence APIs.riastradh
2018-08-27Add fence_enable_sw_signaling prototype.riastradh
2018-08-27Add fence_signal prototype.riastradh
2018-08-27Define FENCE_TRACE. Need some way to limit it...riastradh
2018-08-27Fill out <linux/fence.h>, pending implementing the symbols.riastradh
2018-08-27Namespace fence_get.riastradh
2018-08-27Add fence_get prototype.riastradh
2018-08-27Include <linux/rcupdate.h> in <linux/fence.h>.riastradh
2018-08-27Add some <linux/fence.h> prototypes.riastradh
2018-08-27provide some dummy structsriastradh
2018-08-27Add stub headers to be filled in as needed.riastradh