summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/linux
AgeCommit message (Expand)Author
2021-12-19linux: membar_exit not needed if we use locks here.riastradh
2021-12-19Add hrtimer_destroyriastradh
2021-12-19drm: Plug fence leakriastradh
2021-12-19linux: Kludgily make radix tree safe for RCUriastradh
2021-12-19linux: Kludgey radix tree shimsriastradh
2021-12-19linux: Draft half-arsed xarray shimsriastradh
2021-12-19linux: Use pointer indirection for irq_work_cpu.riastradh
2021-12-19linux: dma fence array stubsriastradh
2021-12-19linux: Draft irq_work shims, in terms of a softint.riastradh
2021-12-19Make intel_psr.c buildriastradh
2021-12-19Match function name to coderiastradh
2021-12-19i915: more workriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19drm: Omit half-baked dma_buf_file indirection.riastradh
2021-12-19drm: Note NetBSD->Linux errno conversion.riastradh
2021-12-19drm: Another pass over i915. Most of i915 gem builds now.riastradh
2021-12-19drm: Another pass over i915 and some supporting logic.riastradh
2021-12-19linux: Add clear_and_wake_up_bit.riastradh
2021-12-19linux compat: Draft hrtimer shims.riastradh
2021-12-19Provisionally work around cycle in x86 header files.riastradh
2021-12-19linux/rwsem: Work around broken lockdebug macros.riastradh
2021-12-19linux: Teach rw semaphores about lockdebug.riastradh
2021-12-19linux: Use IPL_VM for lock inside rw_semaphore.riastradh
2021-12-19linux: Draft rwsem with bodgy semantics.riastradh
2021-12-19linux/ww_mutex: Disable locking-against-self asserts in trylock.riastradh
2021-12-19Add missing unlock at exitriastradh
2021-12-19drm/dma-fence: Fix zero timeout semantics in dma_fence_default_wait.riastradh
2021-12-19drm: Remove local diffs for drm_pci_set_busid.riastradh
2021-12-19linux dma-fence: Fix up more callback uses.riastradh
2021-12-19linux dma-fence: Use dma_fence_default_wait if .wait is null.riastradh
2021-12-19Fix typo.riastradh
2021-12-19Move grody i915 dma-fence hacks into dma-fence proper.riastradh
2021-12-19Include acpica.h for NACPICA.riastradh
2021-12-19Teach dma_fence_any_wait_timeout to return index of signalled fence.riastradh
2021-12-19Move acpi includes to linux_pci.c to avoid pollution.riastradh
2021-12-19Narrow the CPPFLAGS for drm subsystems.riastradh
2021-12-19Move Linux firmware shims to their own .c file.riastradh
2021-12-19dma_fence_get_statusriastradh
2021-12-19Misc stubs.riastradh
2021-12-19dma fence chain stubsriastradh
2021-12-19backlight stubsriastradh
2021-12-19Draft sync_file.riastradh
2021-12-19First approximation of dma_fence_get_stub.riastradh
2021-12-19Implement dma_resv_locking_ctx more carefully.riastradh
2021-12-19dma_resv_reserve_shared takes one more argument, num_fencesriastradh
2021-12-19Add slow path versions of to drm_resv_lock.riastradh
2021-12-19Rename reservation_object -> dma_resv.riastradh
2021-12-19Stub dev_is_pciriastradh
2021-12-19Provide a definition of I2C_M_STOP XXXriastradh
2021-12-19Issue __insn_barrier in dma_fence_get_rcu.riastradh