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
2020-07-02
remove unused timespec interfaces no longer in linux
Jonathan Gray
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-03-15
kthread_park() and kthread_stop() don't need PCATCH the linux API does
Claudio Jeker
2020-03-06
Release mutex before calling sleep_setup_signal() since this may stop
Mark Kettenis
2020-01-16
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
Martin Pieuchot
2020-01-05
Constify instances of struct fileops.
Visa Hankala
2019-12-30
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-26
implement unregister_shrinker()
Jonathan Gray
2019-12-25
Hook up the shrinker for inteldrm(4). This is a "light" version that only
Mark Kettenis
2019-11-30
Move kernel locking inside the sleep machinery. This enables calling
Visa Hankala
2019-10-23
Use baseboard specific vendor, product and serial strings for DMI_BOARD_*
Jonathan Gray
2019-08-27
Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally
Mark Kettenis
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
Mark Kettenis
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
2019-07-15
put smbios date access under NBIOS > 0 instead of CONFIG_DMI
Jonathan Gray
2019-07-15
Add dmi functions used by drm_panel_orientation_quirks.c and enable
Jonathan Gray
2019-07-12
Revert anton@ changes about read/write unlocking
solene
2019-07-10
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-07-10
Implement Linux kthread interfaces.
Mark Kettenis
2019-07-09
Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()
Jonathan Gray
2019-07-09
add dma_fence_wait_any_timeout() required for parts of amdgpu
Jonathan Gray
2019-07-05
Use multi-threaded task queues to prevent deadlocks in the case where a
Mark Kettenis
2019-06-09
Let drm(4) allocate memory without constraints if the hardware supports
Mark Kettenis
2019-06-04
Move a function used as a callback out of a header so there will only be
Jonathan Gray
2019-05-11
implement dma_fence_array
Jonathan Gray
2019-05-10
Fix idr_get_next() such that idr_for_each_entry() actually works.
Mark Kettenis
2019-04-23
Linux code expects to find struct file in fs.h so include sys/file.h
Jonathan Gray
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2018-09-11
Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash
Mark Kettenis
2018-08-25
Use __HAVE_ACPI to decide whether ACPI support should be considered.
Mark Kettenis
2018-08-20
Reorder checks in the read/write(2) family of syscalls to prepare making
Martin Pieuchot
2018-08-20
Make fnew() return a new file with only one reference. This makes
Visa Hankala
2018-08-15
Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents
Visa Hankala
2018-08-12
Drop reference to dmabuf "file" as fnew() returns one that has two
Mark Kettenis
2018-07-03
Add a new so_seek member to "struct file" such that we can have seekable
Mark Kettenis
2018-07-01
Use fnew() to allocate a struct file. Simplifies the code.
Mark Kettenis
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-04-25
update ttm and radeondrm(4) to Linux 4.4.129
Jonathan Gray
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2018-01-31
add dmi_match() and change dmi_found() to use it
Jonathan Gray
2018-01-30
add i2c_bit_add_bus()
Jonathan Gray
2018-01-15
Switch the inteldrm(4) i2c code over to the Linux code base. This gives us
Mark Kettenis
2018-01-13
add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
Robert Nagy
2018-01-12
Constrain alloc_pages() to the dma_constraint range. Avoids a
Jonathan Gray
2017-07-12
Add a "Backlight" property to connectors with an associated backlight
Mark Kettenis
2017-07-05
Fix native/raw backlight support in inteldrm(4).
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
[next]