summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-11move irq_work bits into irq_work headerJonathan Gray
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-05-09set up IFP using the gen3 path on pineviewJonathan Gray
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fatalJonathan Gray
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.Mark Kettenis
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()Jonathan Gray
2019-05-08We're not quite ready yet to actually detach inteldrm(4).Mark Kettenis
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allMark Kettenis
2019-05-04drm/i915/bios: assume eDP is present on port A when there is no VBTJonathan Gray
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-05-04drm: Fix drm_release() and device unplugJonathan Gray
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"Jonathan Gray
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-01Avoid using an expression which resolves to an int in a bool contextJonathan Gray
2019-04-30Convert a linux specific test for master in currently disabled code.Jonathan Gray
2019-04-30Add an equivalent test for master in drm_fb_helper_is_bound()Jonathan Gray
2019-04-28Make sure only "primary" clients can become master.Mark Kettenis
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Jonathan Gray
2019-04-25Since we now have an attachhook, the actual interrupt handler is installedMark Kettenis
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-23enable discard_backing_storage() testJonathan Gray
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hJonathan Gray
2019-04-21Timeline lock is used from interrupt context so use IPL_TTY to preventMark Kettenis
2019-04-21Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashesMark Kettenis
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorJonathan Gray
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromJonathan Gray
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-10Use efifb_stolen() to prevent radeondrm from using aperture memoryJonathan Gray
2018-11-14Add back part of the changes to takeover the firmware framebuffer onJonathan Gray
2018-11-14Setup radeondrm burner task. Missed when updating to linux 4.4.Jonathan Gray
2018-11-01Add SPDX-License-Identifier tag from drm-intel-next-queued toJonathan Gray
2018-11-01Add SPDX-License-Identifier tags from linux git master to drm filesJonathan Gray
2018-10-31add simple implementation of intel trace files which just define awayJonathan Gray
2018-10-31Add support to uvm to establish write-combining mappings. Use this in theMark Kettenis
2018-10-30Replace with minimal version written from scratch that just defines the dataMark Kettenis
2018-10-25New mesa uses the I915_MMAP_WC flag which we advertise but don't actuallyMark Kettenis
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