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-09-13
In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't
Mark Kettenis
2018-09-13
drm/drivers: add support for using the arch wc mapping API.
Jonathan Gray
2018-09-13
drm/i915/userptr: reject zero user_size
Jonathan Gray
2018-09-13
avoid sequence-point warning with gcc 4.9
Jonathan Gray
2018-09-11
Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash
Mark Kettenis
2018-08-27
Add an interface that allows drivers to claim a framebuffer and check
Mark Kettenis
2018-08-25
Use __HAVE_ACPI to decide whether ACPI support should be considered.
Mark Kettenis
2018-08-24
Allocate framebuffer PCI BAR if left uninitialized by firmware.
Mark Kettenis
2018-08-20
Memory barriers for arm64. These are somewhat stronger than strictly
Mark Kettenis
2018-08-20
Add arm64 support. On ARM write-combining translates into the normal uncached
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-20
drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
Jonathan Gray
2018-08-20
Cached tests moved from callers into ttm_io_prot() with linux 3.18
Jonathan Gray
2018-08-20
drm: Add DP PSR2 sink enable bit
Jonathan Gray
2018-08-20
drm/atomic: Handling the case when setting old crtc for plane
Jonathan Gray
2018-08-20
drm/radeon: fix mode_valid's return type
Jonathan Gray
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-30
If we keep the BIOS framebuffer, stick to the desired framebuffer size
Mark Kettenis
2018-07-27
Use the MI interrupt enable/distable API instead of the MD one on amd64 and
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-06-20
drm/i915: Disable LVDS on Radiant P845
Jonathan Gray
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
[next]