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
/
ttm_bo.c
Age
Commit message (
Expand
)
Author
2015-07-11
Make use of recent drm_linux.h additions to further reduce the
Jonathan Gray
2015-04-12
make wait_queue_head a struct with a mutex
Jonathan Gray
2015-04-06
add and use macros for wake_up/wake_up_all/wake_up_all_locked
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-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-04-12
drm/ttm: don't oops if no invalidate_caches()
Jonathan Gray
2014-02-10
drm/ttm: Fix memory type compatibility check
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