index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_linux.c
Age
Commit message (
Expand
)
Author
2024-09-30
handle non xa_limit_32b ranges in xarray
Jonathan Gray
2024-09-30
store xarray flags for XA_FLAGS_ALLOC1 test in alloc
Jonathan Gray
2024-09-30
Return the number of freed pages and handle SHRINK_STOP in drmbackoff().
Martin Pieuchot
2024-09-30
init xarray pool in drm_linux_init(), needed for static initialisation
Jonathan Gray
2024-07-13
Implement some more suspend/resume Linux compat such that inteldrm(4) can
Mark Kettenis
2024-06-13
Implement acpi_target_system_state().
Mark Kettenis
2024-06-03
Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.
Claudio Jeker
2024-03-30
Prevent a recursion inside wakeup(9) when scheduler tracepoints are enabled.
Martin Pieuchot
2024-03-20
add vmap_pfn()
Jonathan Gray
2024-03-20
in vga_get_uninterruptible() return early if behind a bridge
Jonathan Gray
2024-01-21
Add support for multiple matches in the component code.
Mark Kettenis
2024-01-16
update drm to linux 6.6.12
Jonathan Gray
2024-01-13
Provide a more complete implementation of the "component" APIs. Also tweak
Mark Kettenis
2024-01-06
Add more Linux compat code in preparation for the apple KMS driver.
Mark Kettenis
2023-12-23
Provide more complete implementations of some of the Linux compat
Mark Kettenis
2023-10-20
add dma_fence_timestamp() for 6.1.59 drm
Jonathan Gray
2023-08-04
dma-buf: fix an error pointer vs NULL bug
Jonathan Gray
2023-08-04
drm_syncobj.c now uses dma_fence_allocate_private_stub() with an arg
Jonathan Gray
2023-07-18
With the update of the sleep API the linux emulation of their wait API,
Claudio Jeker
2023-07-14
struct sleep_state is no longer used, remove it.
Claudio Jeker
2023-06-28
First step at removing struct sleep_state.
Claudio Jeker
2023-06-01
Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it must
Claudio Jeker
2023-03-15
handle dmi_get_system_info(DMI_BIOS_VERSION)
Jonathan Gray
2023-02-10
Adjust knote(9) API
Visa Hankala
2023-01-01
update drm to linux 6.1.2
Jonathan Gray
2022-09-16
mask non-chain fence sequence numbers to 32-bit for comparisons
Jonathan Gray
2022-06-20
Remove unused struct fileops field fo_poll and callbacks.
Visa Hankala
2022-03-01
__i2c_transfer() should not lock the bus
Jonathan Gray
2022-02-28
add pcie_aspm_enabled() for the next linux 5.15.y release
Jonathan Gray
2022-02-07
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-01-21
release mtx before pool_get() in __xa_alloc()/__xa_store() when
Jonathan Gray
2022-01-20
xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONE
Jonathan Gray
2022-01-20
initial support for drm sync files, fences associated with file
Jonathan Gray
2022-01-17
unstub dma_fence_chain_find_seqno() for non zero seqno
Jonathan Gray
2022-01-14
update drm to linux 5.15.14
Jonathan Gray
2021-08-11
backout drm/include/linux/irq_work.h r1.4 and drm/drm_linux.c r1.83
Stuart Henderson
2021-08-07
use taskq_del_barrier() instead of taskq_barrier() when flushing work
Jonathan Gray
2021-07-28
Switch to an MI implementation of kmap_atomic() and implement
Mark Kettenis
2021-07-26
retry i2c transfers on -EAGAIN up to the number of times specified in
Jonathan Gray
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-04-11
On systems that hide the PCI bridge device corresponding to a PCIe RC port
Mark Kettenis
2021-02-14
correct drm work flush behaviour
Jonathan Gray
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-01-13
revert drm vmalloc changes
Jonathan Gray
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
Mark Kettenis
2020-12-31
don't oversleep when waiting on fences
Jonathan Gray
2020-12-13
set scatterlist to NULL after free
Jonathan Gray
2020-12-13
remove unused wait interfaces
Jonathan Gray
2020-12-10
use jiffies var instead of ticks when checking for timeout
Jonathan Gray
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
Mark Kettenis
[next]