index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_bo_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
drm/ttm: fix LRU handling in ttm_buffer_object_transfer
Christian König
1
-1
/
+3
2018-08-27
drm/ttm: remove dead codes
Huang Rui
1
-4
/
+1
2018-07-10
drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()
Thomas Zimmermann
1
-4
/
+4
2018-07-10
drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()
Thomas Zimmermann
1
-1
/
+2
2018-05-15
Add SPDX idenitifier and clarify license
Dirk Hohndel
1
-0
/
+1
2018-05-15
drm/ttm: keep a reference to transfer pipelined BOs
Christian König
1
-20
/
+30
2018-03-22
drm/ttm: Export the ttm_k[un]map_atomic_prot API.
Thomas Hellstrom
1
-5
/
+26
2018-03-22
drm/ttm: Clean up kmap_atomic_prot selection code
Thomas Hellstrom
1
-33
/
+31
2018-03-14
drm/ttm: add ttm_bo_pipeline_gutting
Christian König
1
-0
/
+24
2018-02-26
drm/ttm: drop bo->glob
Christian König
1
-1
/
+1
2018-02-19
drm/ttm: add ttm_tt_populate wrapper
Christian König
1
-7
/
+5
2018-02-19
drm/ttm: Fix coding style in ttm_bo_move_memcpy()
Tom St Denis
1
-1
/
+2
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
1
-1
/
+1
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
1
-3
/
+8
2017-12-18
drm/ttm: cleanup some more resv->lock uses
Christian König
1
-1
/
+1
2017-12-15
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
1
-4
/
+4
2017-10-31
drm/ttm: once more fix ttm_buffer_object_transfer
Christian König
1
-0
/
+1
2017-09-12
drm/ttm: allow mapping BOs while they are still on the swap list
Christian König
1
-1
/
+0
2017-08-29
drm/ttm: fix missing inc bo_count
Monk Liu
1
-0
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-11
/
+11
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-2
/
+1
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
1
-2
/
+2
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-1
/
+9
2016-07-29
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
Christian König
1
-0
/
+1
2016-07-07
drm/ttm: fix stupid parameter inversion in the pipeline code
Christian König
1
-1
/
+1
2016-07-07
drm/ttm: add the infrastructure for pipelined evictions
Christian König
1
-0
/
+92
2016-07-07
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
1
-1
/
+3
2016-07-07
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
1
-1
/
+0
2016-07-07
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
1
-1
/
+6
2016-07-07
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
1
-3
/
+2
2016-07-07
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
1
-3
/
+0
2016-05-04
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
1
-1
/
+1
2015-07-24
drm/ttm: recognize ARM64 arch in ioprot handler
Alexandre Courbot
1
-1
/
+2
2014-09-23
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
1
-13
/
+7
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
1
-18
/
+5
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
1
-5
/
+0
2014-07-08
drm/ttm: recognize ARM arch in ioprot handler
Lucas Stach
1
-1
/
+1
2014-01-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
1
-1
/
+2
2014-01-08
drivers: gpu: Mark function as static in ttm_bo_util.c
Rashika Kheria
1
-2
/
+2
2013-12-23
drm/ttm: Fix swapin regression
Thomas Hellstrom
1
-1
/
+2
2013-12-18
drm: Kill DRM_SUSER
Daniel Vetter
1
-1
/
+1
2013-11-20
drm/ttm: Don't move non-existing data
Thomas Hellstrom
1
-2
/
+5
2013-11-06
drm/ttm: Fix ttm_bo_move_memcpy
Thomas Hellstrom
1
-11
/
+17
2013-11-06
drm/ttm: Handle in-memory region copies
Jakob Bornecrantz
1
-1
/
+3
2013-07-25
drm/ttm: convert to unified vma offset manager
David Herrmann
1
-1
/
+2
2013-06-28
drm/ttm: convert to the reservation api
Maarten Lankhorst
1
-1
/
+5
2013-04-12
ttm: export functions to allow qxl do its own iomapping
Dave Airlie
1
-4
/
+9
2013-02-08
drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try
Daniel Vetter
1
-5
/
+8
2013-01-21
ttm: don't destroy old mm_node on memcpy failure
Dave Airlie
1
-2
/
+9
2013-01-08
drm/ttm: fix fence locking in ttm_buffer_object_transfer
Daniel Vetter
1
-1
/
+3
[next]