summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/linux/files.drmkms_linux
AgeCommit message (Expand)Author
2022-07-09linux/hdmi.h: Split out logic into .c file.riastradh
2022-02-27only build linux_acpi.c if we have acpi(4) in the kerneljakllsch
2022-02-27drm: Move acpi_check_dsm &c. from intel_acpi.c to new linux_acpi.c.riastradh
2021-12-19drm: Move io_mapping to very own .c file.riastradh
2021-12-19drm: linux kthread stubsriastradh
2021-12-19linux: Rename linux_sg.c -> linux_sgt.c.riastradh
2021-12-19linux: Kludgey radix tree shimsriastradh
2021-12-19linux: Draft half-arsed xarray shimsriastradh
2021-12-19linux: dma fence array stubsriastradh
2021-12-19linux: Draft irq_work shims, in terms of a softint.riastradh
2021-12-19i915: more workriastradh
2021-12-19drm: Another pass over i915 and some supporting logic.riastradh
2021-12-19linux compat: Draft hrtimer shims.riastradh
2021-12-19linux: Draft rwsem with bodgy semantics.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 chain stubsriastradh
2021-12-19backlight stubsriastradh
2021-12-19Draft sync_file.riastradh
2021-12-19Rename reservation_object -> dma_resv.riastradh
2021-12-19Move Linux SRCU to common.riastradh
2021-12-19Draft stop_machine. Hope the callback runs quickly under splhigh...riastradh
2021-12-19Move Linux RCU to common.riastradh
2021-12-19linux/wait_bit.hriastradh
2021-12-19Draft SRCU implementation.riastradh
2021-12-19Rename fence -> dma_fence, step 2: files files.riastradh
2018-08-27Draft support for drm prime.riastradh
2018-08-27Hash-locked atomic64 to give ports like powerpc32 a chance at radeon.riastradh
2018-08-27Move the Linux PCI shim into its very own .c file.riastradh
2018-08-27Sort.riastradh
2018-08-27Draft implementation of the Linux reservation and fence APIs.riastradh
2018-08-27Implement some of the Linux RCU API.riastradh
2018-08-27Sort in the standard English alphabetical order, please.riastradh
2018-08-27Sort.riastradh
2016-02-24Move linux_work.c and workqueue.h from sys/external/bsd/drm2 toskrll
2015-01-08Move Linux ww_mutex code into a .c file where it belongs.riastradh
2014-07-17Remove needless linux_gfp.c.riastradh
2014-07-16Make it build and boot on my test machines.riastradh
2014-04-25Implement Linux dmi_check_system API.riastradh
2014-04-01Make drmkms find header files from sys/external/bsd/common.riastradh
2014-03-31Move the drmkms i2c dependencies to where they belong.riastradh
2014-03-18Merge riastradh-drm2 to HEAD.riastradh