summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux
AgeCommit message (Expand)Author
2021-12-19match linux side-loadingriastradh
2021-12-19looks like lock_release takes two args nowriastradh
2021-12-19stub fb_get_optionsriastradh
2021-12-19Include linux/export.h in linux/printk.h, move to commonriastradh
2021-12-19provide ktime_ms_deltariastradh
2021-12-19Match argument name, and uintptr_t has a size-match to void*, might be a bett...riastradh
2021-12-19Stub hdmi structsriastradh
2021-12-19Provide in_atomicriastradh
2021-12-19stub xarray.h and dma-resv.hriastradh
2021-12-19Create stub headers for files included by drm code.riastradh
2021-12-19Side-load linux/sizes.h like linux does.riastradh
2021-12-19misc drm hacksriastradh
2021-12-19const const const const const reservationsriastradh
2021-12-19const const const const constriastradh
2021-12-19Make <linux/agp_backend.h> yield the AGP APIish.riastradh
2021-12-19arch_io_reserve_memtype_wc, arch_io_free_memtype_wc stubs.riastradh
2021-12-19Disable linux lockdep for now; matching ww_mutex too painful.riastradh
2021-12-19Kookily define si_mem_available.riastradh
2021-12-19Trivial vga_switcheroo stub.riastradh
2021-12-19More pm_runtime_* stubs.riastradh
2021-12-19Side load <linux/types.h> here, because why not?riastradh
2021-12-19Rename struct rb_root_cached field to match Linux as needed.riastradh
2021-12-19Allow const volatile fence pointer pointers in dma_fence_get_rcu_safe.riastradh
2021-12-19Define pci_is_thunderbolt_attached (answer: no).riastradh
2021-12-19Add some more reservation API.riastradh
2021-12-19Omit __insn_barrier where implied or subsumed by volatile.riastradh
2021-12-19atomic_dec_if_positiveriastradh
2021-12-19irqs_disabled -- for assertions only.riastradh
2021-12-19Fix mistake in array_index_nospec.riastradh
2021-12-19prefetchw stubriastradh
2021-12-19<linux/sched/clock.h> side loads <linux/smp.h>.riastradh
2021-12-19get_cpu/put_cpu in <linux/smp.h>.riastradh
2021-12-19spin_lock_nestedriastradh
2021-12-19Move rbtree_postorder_for_each_entry_safe to linux/rbtree.h.riastradh
2021-12-19Fix parameter order to match Linux.riastradh
2021-12-19Allow atomic_read of const.riastradh
2021-12-19array_index_nospecriastradh
2021-12-19Hokey local_clock.riastradh
2021-12-19Alias MTYPE__Bool for MTYPE_bool because of cpp expansion.riastradh
2021-12-19time_after32riastradh
2021-12-19Move dma_addr_t to linux/types.h.riastradh
2021-12-19wait_on_bitriastradh
2021-12-19<linux/stringify.h> for __stringify.riastradh
2021-12-19<sys/stdbool.h> for boolriastradh
2021-12-19Namespace for dma_fence_get_rcu_safe.riastradh
2021-12-19DEFINE_RES_MEM, resource_containsriastradh
2021-12-19Guarantee no repeated loads.riastradh
2021-12-19atomic_fetch_xorriastradh
2021-12-19Linux uses inclusive start/end, not start/size. Match.riastradh
2021-12-19Move Linux SRCU to common.riastradh