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
Age
Commit message (
Expand
)
Author
2018-05-31
Add sleep_finish_all(), which provides the common combo of sleep_finish(),
Philip Guenther
2018-05-23
Add back a local change to prevent interrupt handlers claiming an
Jonathan Gray
2018-05-22
Turns out lucky me picked the Asus T100HA to implement the heuristic to
Mark Kettenis
2018-05-03
use rasops scrollback with radeondrm as well
Jonathan Gray
2018-04-27
rasops: implement scrollback
Joshua Stein
2018-04-27
implement test for running in a hypervisor on amd64/i386
Jonathan Gray
2018-04-25
update ttm and radeondrm(4) to Linux 4.4.129
Jonathan Gray
2018-04-20
revert to 2018/04/20 10:00:00, before oops
Christian Weisgerber
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2018-04-18
handle failure better in release_firmware()/request_firmware()
Jonathan Gray
2018-03-28
drm/edid: set ELD connector type in drm_edid_to_eld()
Jonathan Gray
2018-03-28
drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)
Jonathan Gray
2018-03-13
drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
Jonathan Gray
2018-03-13
drm/dp/mst: save vcpi with payloads
Jonathan Gray
2018-02-28
Correct a pointless longstanding difference in ioctl numbering between
Jonathan Gray
2018-02-21
match linux whitespace in ioctl list
Jonathan Gray
2018-02-20
stop mixing bsd and c99 fixed width types and just use c99 types everywhere
Jonathan Gray
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-31
adjust container_of() for const use
Jonathan Gray
2018-01-31
add pci_is_root_bus()
Jonathan Gray
2018-01-31
add list_prev_entry()
Jonathan Gray
2018-01-31
add dmi_match() and change dmi_found() to use it
Jonathan Gray
2018-01-30
add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()
Jonathan Gray
2018-01-30
add module_init()/module_exit()/signal_pending()
Jonathan Gray
2018-01-30
add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/
Jonathan Gray
2018-01-30
add mutex_destroy()/down_read_trylock()
Jonathan Gray
2018-01-30
add create_singlethread_workqueue()/system_power_efficient_wq
Jonathan Gray
2018-01-30
add pm_runtime_* stubs
Jonathan Gray
2018-01-30
Don't limit vga_switcheroo stubs to amd64/i386 and add
Jonathan Gray
2018-01-30
add iowrite64()/writeq()
Jonathan Gray
2018-01-30
add GFP_USER/__user/vmalloc()
Jonathan Gray
2018-01-30
add ilog2()/order_base_2()/gcd()
Jonathan Gray
2018-01-30
disable -Wformat-zero-length when building with gcc
Jonathan Gray
2018-01-30
add i2c_bit_add_bus()
Jonathan Gray
2018-01-30
add more endian macros
Jonathan Gray
2018-01-30
add drm_invalid_op()
Jonathan Gray
2018-01-30
add atomic_cmpxchg()/atomic64_add()/atomic64_sub()
Jonathan Gray
2018-01-22
Match on Iris Pro Graphics 580 and other skylake GT4 ids and correct
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 a linux compatible request_firmware() wrapper around loadfirmware(9).
Jonathan Gray
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
2018-01-09
lock->ctx != NULL => lock->ctx
Jonathan Gray
2018-01-09
Work around a problem with ww_mutexes in the drm modeset lock.
Jonathan Gray
2018-01-05
Fix DRM_DEBUG builds.
Paul Irofti
2017-12-26
drm/i915: call kunmap_px on pt_vaddr
Mark Kettenis
2017-11-29
fix this on sparc64 (or maybe gcc)
David Gwynne
2017-11-28
Silence the "Unclaimed register before interrupt" errors. While these do
Mark Kettenis
2017-11-28
Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.
Martin Pieuchot
[next]