index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm: fix ttm_bo_wait
Christian König
2016-11-09
1
-1
/
+8
*
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-28
1
-12
/
+12
|
\
|
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-12
/
+12
*
|
drm/ttm: make eviction decision a driver callback v2
Christian König
2016-10-25
1
-13
/
+22
|
/
*
drm/ttm: use ffs in ttm_mem_type_from_place
Christian König
2016-09-14
1
-7
/
+7
*
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
2016-08-08
1
-2
/
+1
*
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
2016-08-08
1
-2
/
+1
*
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
2016-08-08
1
-1
/
+2
*
Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-07-27
1
-1
/
+0
|
\
|
*
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
Daniel Vetter
2016-07-19
1
-78
/
+83
|
|
\
|
*
|
drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"
Markus Elfring
2016-07-19
1
-3
/
+1
*
|
|
Backmerge tag 'v4.7' into drm-next
Dave Airlie
2016-07-26
1
-3
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drm/ttm: Make ttm_bo_mem_compat available
Sinclair Yeh
2016-07-01
1
-3
/
+4
|
|
/
*
|
drm/ttm: wait for eviction in ttm_bo_force_list_clean
Christian König
2016-07-07
1
-0
/
+18
*
|
drm/ttm: add the infrastructure for pipelined evictions
Christian König
2016-07-07
1
-5
/
+44
*
|
drm/ttm: simplify ttm_bo_wait
Christian König
2016-07-07
1
-33
/
+4
*
|
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
2016-07-07
1
-2
/
+2
*
|
drm/ttm: wait for BO idle after the move in ttm_bo_swapout
Christian König
2016-07-07
1
-6
/
+9
*
|
drm/ttm: drop waiting for idle in ttm_bo_evict.
Christian König
2016-07-07
1
-10
/
+1
*
|
drm/ttm: drop wait for idle in ttm_bo_move_buffer
Christian König
2016-07-07
1
-14
/
+0
*
|
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
2016-07-07
1
-1
/
+2
*
|
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
2016-07-07
1
-7
/
+4
*
|
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
2016-07-07
1
-2
/
+0
|
/
*
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
2016-05-09
1
-13
/
+4
|
\
|
*
drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
Flora Cui
2016-04-27
1
-13
/
+4
*
|
drm/ttm: implement LRU add callbacks v2
Christian König
2016-05-04
1
-9
/
+20
*
|
drm/ttm: add optional LRU removal callback v2
Christian König
2016-05-04
1
-5
/
+7
*
|
drm/ttm: remove unused validation sequence
Christian König
2016-05-04
1
-1
/
+0
*
|
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
1
-8
/
+8
*
|
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
1
-9
/
+8
*
|
drm/ttm: don't wait for BO on initial allocation
Christian König
2016-05-04
1
-6
/
+12
*
|
drm/ttm: Fix TTM BO accounting
Felix Kuehling
2016-05-04
1
-3
/
+2
|
/
*
drm/ttm: add ttm_bo_move_to_lru_tail function v2
Christian König
2016-01-13
1
-0
/
+21
*
drm/ttm: fix adding foreign BOs to the swap LRU
Christian König
2016-01-13
1
-1
/
+1
*
drm/ttm: fix adding foreign BOs to the LRU during init v2
Christian König
2016-01-13
1
-1
/
+7
*
drm/ttm: Fix memory space allocation v2
Thomas Hellstrom
2015-09-15
1
-12
/
+16
*
drm/ttm: device address space != CPU address space
Alex Deucher
2015-03-05
1
-1
/
+1
*
drm/ttm: Don't evict BOs outside of the requested placement range
Michel Dänzer
2014-10-16
1
-3
/
+17
*
drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat
Michel Dänzer
2014-10-16
1
-4
/
+4
*
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
2014-09-30
1
-6
/
+18
*
drm/ttm: use rcu in core ttm
Maarten Lankhorst
2014-09-02
1
-63
/
+13
*
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
1
-52
/
+119
*
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-09-01
1
-57
/
+18
*
drm/ttm: call ttm_bo_wait while inside a reservation
Maarten Lankhorst
2014-09-01
1
-13
/
+12
*
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2014-08-27
1
-54
/
+39
*
ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.
Martin Kepplinger
2014-07-08
1
-7
/
+7
*
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
Christian König
2014-07-08
1
-3
/
+3
*
drm/ttm: Hide the implementation details of reservation
Thomas Hellstrom
2014-04-04
1
-13
/
+13
*
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
2014-03-18
1
-1
/
+2
|
\
|
*
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
2014-03-16
1
-1
/
+2
[next]