summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2015-07-11Make use of recent drm_linux.h additions to further reduce theJonathan Gray
2015-04-12make wait_queue_head a struct with a mutexJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-10switch most mtx_* calls back to linux spinlocksJonathan Gray
2015-02-10switch most rwlock calls back to their linux equivalentsJonathan Gray
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-04-12drm/ttm: don't oops if no invalidate_caches()Jonathan Gray
2014-02-10drm/ttm: Fix memory type compatibility checkJonathan Gray
2014-02-09use linux style memory allocations in ttmJonathan Gray
2013-12-08add static back to the ttm functionsJonathan Gray
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-09-02use DRM_MEMORYBARRIER() for smp_mb__*Jonathan Gray
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray