index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: Use drm_debug_printer for all ttm_bo_mem_space_debug output
Michel Dänzer
2018-12-21
1
-16
/
+17
*
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-11-19
1
-23
/
+46
|
\
|
*
drm/ttm: Fix bo_global and mem_global kfree error
Trigger Huang
2018-11-07
1
-1
/
+0
|
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-7
/
+12
|
*
drm/ttm: use a static ttm_bo_global instance
Christian König
2018-11-05
1
-8
/
+23
|
*
drm/ttm: make the device list mutex static
Christian König
2018-11-05
1
-5
/
+9
|
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
1
-3
/
+7
|
*
drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_global
Thomas Zimmermann
2018-11-05
1
-10
/
+6
|
*
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-11-05
1
-4
/
+4
*
|
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-10-25
1
-2
/
+2
|
/
*
list: introduce list_bulk_move_tail helper
Christian König
2018-10-10
1
-20
/
+5
*
drm/ttm: once more fix ttm_bo_bulk_move_lru_tail
Christian König
2018-09-13
1
-21
/
+30
*
drm/ttm: fix ttm_bo_bulk_move_helper
Christian König
2018-09-02
1
-5
/
+8
*
drm/ttm: Initialize local lists in ttm_bo_bulk_move_helper
Michel Dänzer
2018-08-29
1
-1
/
+2
*
drm/ttm: add bulk move function on LRU
Huang Rui
2018-08-27
1
-0
/
+52
*
drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk moves
Christian König
2018-08-27
1
-1
/
+25
*
drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()
Thomas Zimmermann
2018-07-10
1
-1
/
+1
*
drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref counting
Thomas Zimmermann
2018-07-10
1
-1
/
+7
*
drm/ttm: use swap macro in ttm_bo_handle_move_mem
Gustavo A. R. Silva
2018-07-10
1
-5
/
+2
*
Add SPDX idenitifier and clarify license
Dirk Hohndel
2018-05-15
1
-0
/
+1
*
drm/ttm: remove priority hard code when initializing ttm bo
Junwei Zhang
2018-05-15
1
-1
/
+0
*
drm/ttm: add ttm_bo_pipeline_gutting
Christian König
2018-03-14
1
-3
/
+12
*
drm/ttm: move ttm_tt_create into ttm_tt.c v2
Christian König
2018-02-26
1
-48
/
+2
*
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-26
1
-7
/
+2
*
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-26
1
-4
/
+2
*
drm/ttm: drop bo->glob
Christian König
2018-02-26
1
-11
/
+12
*
drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_clean
Roger He
2018-02-26
1
-1
/
+5
*
drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx
Roger He
2018-02-26
1
-1
/
+2
*
drm/ttm: Add a default BO destructor to simplify code (v2)
Tom St Denis
2018-02-19
1
-5
/
+8
*
drm/ttm: Fix coding style in ttm_bo.c
Tom St Denis
2018-02-19
1
-5
/
+2
*
drm/ttm: Allow page allocations w/o triggering OOM..
Andrey Grodzovsky
2018-02-19
1
-0
/
+3
*
drm/ttm: fix missing parameter change for ttm_bo_cleanup_refs
Roger He
2018-01-29
1
-1
/
+1
*
drm/ttm: Don't unreserve swapped BOs that were previously reserved
Felix Kuehling
2018-01-18
1
-2
/
+2
*
drm/ttm: Don't add swapped BOs to swap-LRU list
Felix Kuehling
2018-01-18
1
-1
/
+2
*
drm/ttm: enable swapout for reserved BOs during allocation
Roger He
2017-12-28
1
-4
/
+11
*
drm/ttm: add new function to check if bo is allowable to evict or swapout
Roger He
2017-12-28
1
-10
/
+30
*
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
2017-12-28
1
-1
/
+1
*
drm/ttm: use an operation ctx for ttm_mem_global_alloc
Roger He
2017-12-27
1
-1
/
+1
*
drm/ttm: call ttm_bo_swapout directly when ttm shrink
Roger He
2017-12-27
1
-17
/
+4
*
drm/ttm: drop the spin in delayed delete if the trylock doesn't work
Christian König
2017-12-27
1
-0
/
+2
*
drm/ttm: cleanup some old defines
Christian König
2017-12-18
1
-7
/
+3
*
drm/ttm: cleanup some more resv->lock uses
Christian König
2017-12-18
1
-7
/
+7
*
drm/ttm: use try_lock in ttm_bo_delayed_delete again
Christian König
2017-12-18
1
-4
/
+9
*
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
2017-12-15
1
-4
/
+2
*
drm/ttm: enable eviction for Per-VM-BO
Roger He
2017-12-15
1
-6
/
+5
*
drm/ttm: init locked again to prevent incorrect unlock
Roger He
2017-12-14
1
-0
/
+1
*
drm/ttm: add number of bytes moved to the operation context
Christian König
2017-12-06
1
-0
/
+1
*
drm/ttm: add context to driver move callback as well
Christian König
2017-12-06
1
-2
/
+1
*
drm/ttm: use the operation context inside TTM
Christian König
2017-12-06
1
-38
/
+29
*
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
2017-12-06
1
-11
/
+11
[next]