summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2018-09-13In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren'tMark Kettenis
2018-09-13drm/drivers: add support for using the arch wc mapping API.Jonathan Gray
2018-09-13drm/i915/userptr: reject zero user_sizeJonathan Gray
2018-09-13avoid sequence-point warning with gcc 4.9Jonathan Gray
2018-09-11Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crashMark Kettenis
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-08-25Use __HAVE_ACPI to decide whether ACPI support should be considered.Mark Kettenis
2018-08-24Allocate framebuffer PCI BAR if left uninitialized by firmware.Mark Kettenis
2018-08-20Memory barriers for arm64. These are somewhat stronger than strictlyMark Kettenis
2018-08-20Add arm64 support. On ARM write-combining translates into the normal uncachedMark Kettenis
2018-08-20Reorder checks in the read/write(2) family of syscalls to prepare makingMartin Pieuchot
2018-08-20Make fnew() return a new file with only one reference. This makesVisa Hankala
2018-08-20drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #defineJonathan Gray
2018-08-20Cached tests moved from callers into ttm_io_prot() with linux 3.18Jonathan Gray
2018-08-20drm: Add DP PSR2 sink enable bitJonathan Gray
2018-08-20drm/atomic: Handling the case when setting old crtc for planeJonathan Gray
2018-08-20drm/radeon: fix mode_valid's return typeJonathan Gray
2018-08-15Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This preventsVisa Hankala
2018-08-12Drop reference to dmabuf "file" as fnew() returns one that has twoMark Kettenis
2018-07-30If we keep the BIOS framebuffer, stick to the desired framebuffer sizeMark Kettenis
2018-07-27Use the MI interrupt enable/distable API instead of the MD one on amd64 andMark Kettenis
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-01Use fnew() to allocate a struct file. Simplifies the code.Mark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-06-20drm/i915: Disable LVDS on Radiant P845Jonathan Gray
2018-05-31Add sleep_finish_all(), which provides the common combo of sleep_finish(),Philip Guenther
2018-05-23Add back a local change to prevent interrupt handlers claiming anJonathan Gray
2018-05-22Turns out lucky me picked the Asus T100HA to implement the heuristic toMark Kettenis
2018-05-03use rasops scrollback with radeondrm as wellJonathan Gray
2018-04-27rasops: implement scrollbackJoshua Stein
2018-04-27implement test for running in a hypervisor on amd64/i386Jonathan Gray
2018-04-25update ttm and radeondrm(4) to Linux 4.4.129Jonathan Gray
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
2018-04-20oops, snapshot tests not ready yetTheo de Raadt
2018-04-20syncTheo de Raadt
2018-04-18handle failure better in release_firmware()/request_firmware()Jonathan Gray
2018-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-13drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAJonathan Gray
2018-03-13drm/dp/mst: save vcpi with payloadsJonathan Gray
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-31adjust container_of() for const useJonathan Gray
2018-01-31add pci_is_root_bus()Jonathan Gray
2018-01-31add list_prev_entry()Jonathan Gray
2018-01-31add dmi_match() and change dmi_found() to use itJonathan Gray
2018-01-30add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()Jonathan Gray
2018-01-30add module_init()/module_exit()/signal_pending()Jonathan Gray