summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include
AgeCommit message (Expand)Author
2021-12-19drm: Sprinkle miscellaneous includes.riastradh
2021-12-19drm: Rework Linux `kthread' abstraction to avoid race to sleep.riastradh
2021-12-19drm: Mark variable as used only by trace point.riastradh
2021-12-19drm: Fix comments about wait return values.riastradh
2021-12-19drm: Ensure DRM_*WAIT* never counts down from MAX_SCHEDULE_TIMEOUT.riastradh
2021-12-19drm: Implement dma fence chains.riastradh
2021-12-19drm: Support 64-bit fence context and sequence numbers.riastradh
2021-12-19i915: Make intel_gtt_get prototype match Linux.riastradh
2021-12-19drm: Make resource_size return resource_size_t like Linux.riastradh
2021-12-19linux: Fix wait_bit semantics.riastradh
2021-12-19drm: Timeout audit -- linux/sched.h.riastradh
2021-12-19drm: Fix semantics of del_timer, del_timer_sync.riastradh
2021-12-19drm: Fix an even number of sign errors in interval_tree_generic.h.riastradh
2021-12-19amdgpu: more destroy fixes.riastradh
2021-12-19drm: Make via build again.riastradh
2021-12-19drm: Make some legacy UMS crap build.riastradh
2021-12-19drm: Downgrade warnings from aprint_error to aprint_normal.riastradh
2021-12-19drm: Move io_mapping to very own .c file.riastradh
2021-12-19drm: Allow multiple concurrent io_mapping_map_wc on the same space.riastradh
2021-12-19linux: ktime_get_real_secondsriastradh
2021-12-19drm: Draft dma-fence-array.riastradh
2021-12-19amdgpu: Stub out irq domain stuff with a finer grain.riastradh
2021-12-19drm: linux kthread stubsriastradh
2021-12-19amdgpu: make most of amdgpu_vm.c buildriastradh
2021-12-19amdgpu: Delete redundant local amdgpu_trace.h.riastradh
2021-12-19linux: Define trace_*_enabled too, to return false.riastradh
2021-12-19drm: Knuckle under and define sprintf in nbsd-namespace.h.riastradh
2021-12-19linux: INIT_KFIFOriastradh
2021-12-19amdgpu: Another pass through.riastradh
2021-12-19linux: Move linux/overflow.h from drm2 to common.riastradh
2021-12-19linux: Side-load asm/io.h in linux/scatterlist.h.riastradh
2021-12-19linux: PCI_BUS_NUM; tweak types for PCI_SLOT/PCI_FUNC.riastradh
2021-12-19drm: Need write lock on vmobjlock for pgo_put.riastradh
2021-12-19drm: Set IPL_DRM to IPL_VM, not IPL_TTY.riastradh
2021-12-19drm: Sprinkle assertions about fence lifetime.riastradh
2021-12-19drm: Destroy dma map in sg_table_free.riastradh
2021-12-19linux: Make pm_runtime_get_if_in_use succeed.riastradh
2021-12-19linux: Use kmem directly for Linux kmalloc.riastradh
2021-12-19linux: Rework radix tree shims.riastradh
2021-12-19drm: Work around client modeset mutex for entering ddb.riastradh
2021-12-19drm: Fix io_mapping_map_wc to map all VAs, not just the first one.riastradh
2021-12-19drm: Allow >page-sized io_mapping_map_wc.riastradh
2021-12-19drm: Fix index confusion and rename variables to clarify.riastradh
2021-12-19amdgpu_fb.criastradh
2021-12-19linux: Add del_timer return value.riastradh
2021-12-19linux: Fix return value of del_timer_sync.riastradh
2021-12-19amdgpu: amdgpu_drv.criastradh
2021-12-19amdgpu: amdgpu_dma_buf.criastradh
2021-12-19linux: ktime_get_nsriastradh
2021-12-19linux: request_firmware_directriastradh