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
/
ttm
Age
Commit message (
Expand
)
Author
2018-08-20
Add arm64 support. On ARM write-combining translates into the normal uncached
Mark Kettenis
2018-08-20
Cached tests moved from callers into ttm_io_prot() with linux 3.18
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
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-06-04
Switch the TTM code over to the generic DRM VMA manager.
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2015-10-23
Fix uvm_object reference counting. While these reference counts aren't reaaly
Mark Kettenis
2015-10-08
Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since
Mark Kettenis
2015-09-27
Switch remaining users of the FreeBSD refcount apis back to the original
Jonathan Gray
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-07-11
Make use of recent drm_linux.h additions to further reduce the
Jonathan Gray
2015-04-18
another round of reducing the diff to linux
Jonathan Gray
2015-04-12
Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr is
Jonathan Gray
2015-04-12
make wait_queue_head a struct with a mutex
Jonathan Gray
2015-04-11
change back to spinlock_t/DEFINE_SPINLOCK
Jonathan Gray
2015-04-08
change back to memcpy_toio/memcpy_fromio/memset_io
Jonathan Gray
2015-04-08
ttm has it's own version of kmap/kunmap that uses
Jonathan Gray
2015-04-06
move some inline linux compat into the dedicated files
Jonathan Gray
2015-04-06
add and use macros for wake_up/wake_up_all/wake_up_all_locked
Jonathan Gray
2015-04-05
Another round of reducing diffs with Linux. This one moves the various
Mark Kettenis
2015-04-03
Translate PAGE_MASK usage for the way it is defined in our kernel.
Jonathan Gray
2015-02-12
Add and use macros for linux memory barriers. Fix the call in
Jonathan Gray
2015-02-12
switch some free calls back to kfree
Jonathan Gray
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
switch most rwlock calls back to their linux equivalents
Jonathan Gray
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-09-23
Make use of the red-black tree as the original Linux code did instead
Jonathan Gray
2014-04-12
drm/ttm: don't oops if no invalidate_caches()
Jonathan Gray
2014-03-28
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
Martin Pieuchot
2014-03-25
Remove and shuffle some includes to reduce their number since drmP.h
Martin Pieuchot
2014-02-24
Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff that
Mark Kettenis
2014-02-10
drm/ttm: Fix memory type compatibility check
Jonathan Gray
2014-02-10
drm/ttm: Fix ttm_bo_move_memcpy
Jonathan Gray
2014-02-10
drm/ttm: Handle in-memory region copies
Jonathan Gray
2014-02-10
drm/ttm: fix the tt_populated check in ttm_tt_destroy()
Jonathan Gray
2014-02-09
use linux style memory allocations in ttm
Jonathan Gray
2013-12-08
add static back to the ttm functions
Jonathan Gray
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-09-02
use DRM_MEMORYBARRIER() for smp_mb__*
Jonathan Gray
2013-08-12
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
Jonathan Gray