Sign in
android-kvm
/
linux
/
2638fd0f92d4397884fd991d8f4925cb3f081901
/
include
/
drm
/
ttm
/
ttm_bo_api.h
ef96152
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
cf6c467
drm/ttm: add BO priorities for the LRUs
by Christian König
· 8 years ago
bdfafc4f
locking/atomic, kref: Kill kref_sub()
by Peter Zijlstra
· 8 years ago
220196b
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a2ab19fe
drm/ttm: make eviction decision a driver callback v2
by Christian König
· 9 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
7c732ea
drm/ttm: move placement structures into ttm_placement.h
by Christian König
· 9 years ago
5e58052
Backmerge tag 'v4.7' into drm-next
by Dave Airlie
· 9 years ago
5bc7306
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
by Christian König
· 9 years ago
94477bf
drm/ttm: Make ttm_bo_mem_compat available
by Sinclair Yeh
· 9 years ago
8aa6d4fc5
drm/ttm: remove lazy parameter from ttm_bo_wait
by Christian König
· 9 years ago
749b48f
drm/ttm: use phys_addr_t for ttm_bus_placement
by Alex Deucher
· 9 years ago
ab74961
drm/ttm: add ttm_bo_move_to_lru_tail function v2
by Christian König
· 9 years ago
54c4cd6
drm/ttm: device address space != CPU address space
by Alex Deucher
· 10 years ago
f4f4e3e3
drm/ttm: add reservation_object as argument to ttm_bo_init
by Maarten Lankhorst
· 11 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
f1217ed
drm/ttm: move fpfn and lpfn into each placement v2
by Christian König
· 11 years ago
5920105
drm/ttm: fix kerneldoc of ttm_bo_create
by Alexandre Courbot
· 11 years ago
c58f009
drm/ttm: Remove set_need_resched from the ttm fault handler
by Thomas Hellstrom
· 11 years ago
72525b3
drm/ttm: convert to unified vma offset manager
by David Herrmann
· 12 years ago
8f26254
drm/ttm: get rid of ttm_bo_is_reserved
by Maarten Lankhorst
· 12 years ago
5e33840
drm/ttm: convert to the reservation api
by Maarten Lankhorst
· 12 years ago
ecff665
drm/ttm: make ttm reservation calls behave like reservation calls
by Maarten Lankhorst
· 12 years ago
97a875c
drm/ttm: remove no_wait_reserve, v3
by Maarten Lankhorst
· 12 years ago
654aa792
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
by Maarten Lankhorst
· 12 years ago
5fb4ef0
drm/ttm: remove sync_obj_arg member
by Maarten Lankhorst
· 12 years ago
0b91c4a
drm/ttm: remove ttm_buffer_object->buffer_start
by Marcin Slusarz
· 12 years ago
a9dbfff
drm/ttm: add ttm_bo_is_reserved
by Maarten Lankhorst
· 12 years ago
a1ce3928
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
129b78b
ttm: add prime sharing support to TTM (v2)
by Dave Airlie
· 13 years ago
57de4ba
drm/ttm: simplify memory accounting for ttm user v2
by Jerome Glisse
· 13 years ago
3316497
drm/ttm: remove userspace backed ttm object support
by Jerome Glisse
· 13 years ago
0d74f86
ttm: Fix spelling mistakes and remove unused #ifdef
by Konrad Rzeszutek Wilk
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
5df2397
drm: fix "persistant" typo
by Jan Engelhardt
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
eba6709
drm/ttm: Fix up io_mem_reserve / io_mem_free calling
by Thomas Hellstrom
· 14 years ago
702adba
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
by Thomas Hellstrom
· 14 years ago
d6ea888
drm/ttm: Add a bo list reserve fastpath (v2)
by Dave Airlie
· 14 years ago
7dfbbdc
drm/ttm: Be consistent on ttm_bo_init() failures
by Thomas Hellstrom
· 14 years ago
b7ae505
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
1df6a2e
drm/ttm: Fix two race conditions + fix busy codepaths
by Thomas Hellstrom
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 15 years ago
7c5ee53
ttm: Provide an API for starting and stopping the delayed workqueue
by Matthew Garrett
· 15 years ago
82c5da6
drm/ttm: ttm_fault callback to allow driver to handle bo placement V6
by Jerome Glisse
· 15 years ago
9d87fa2
drm/ttm: split no_wait argument in 2 GPU or reserve wait
by Jerome Glisse
· 15 years ago
09855ac
drm/ttm: Convert ttm_buffer_object_init to use ttm_placement
by Jerome Glisse
· 15 years ago
98ffc415
drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.
by Thomas Hellstrom
· 15 years ago
ca262a999
drm/ttm: Rework validation & memory space allocation (V3)
by Jerome Glisse
· 15 years ago
a987fca
ttm: Make parts of a struct ttm_bo_device global.
by Thomas Hellstrom
· 16 years ago
a0724fc
drm/ttm: optimize bo_kmap_type values
by Pekka Paalanen
· 16 years ago
ba4e7d9
drm: Add the TTM GPU memory manager subsystem.
by Thomas Hellstrom
· 16 years ago