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