summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux/fence.h
AgeCommit message (Collapse)Author
2021-12-19Create stub headers for files included by drm code.riastradh
Author: Maya Rashish <maya@NetBSD.org>
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
Outside users use this field too, and expect it to be managed with atomics.
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
declaration without implementation of dmi_match (Won't link) provide div64_u64_rem XXX the naming of the parameters is backwards ci_send_msg_to_smc_return_parameter isn't unused, keep it Author: coypu <coypu@sdf.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
2018-08-27Add stub headers to be filled in as needed.riastradh