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_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-10-05
1
-2
/
+9
|
\
|
*
drm/ttm: add dma_resv_assert_held() calls to vmap/vunmap
Christian König
2022-09-26
1
-0
/
+4
|
*
drm/ttm: audit bo->resource usage v2
Christian König
2022-07-11
1
-2
/
+5
*
|
drm/ttm: cleanup the resource of ghost objects after locking them
Christian König
2022-09-08
1
-5
/
+5
*
|
drm/ttm: update bulk move object of ghost BO
ZhenGuo Yin
2022-09-06
1
-0
/
+3
|
/
*
drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
Matthew Auld
2022-04-12
1
-0
/
+15
*
drm/ttm: remove bo->moving
Christian König
2022-04-07
1
-7
/
+0
*
dma-buf: add DMA_RESV_USAGE_KERNEL v3
Christian König
2022-04-07
1
-2
/
+2
*
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
2022-04-07
1
-2
/
+3
*
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
2022-04-06
1
-3
/
+9
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-04-05
1
-8
/
+8
|
\
|
*
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-02-11
1
-8
/
+8
|
|
\
|
|
*
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2022-02-07
1
-8
/
+8
*
|
|
drm/ttm: move the LRU into resource handling v4
Christian König
2022-03-28
1
-1
/
+0
|
/
/
*
/
drm/ttm: add a weak BO reference to the resource v3
Christian König
2022-01-26
1
-2
/
+5
|
/
*
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-11-02
1
-11
/
+10
|
\
|
*
Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-10-11
1
-10
/
+9
|
|
\
|
|
*
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
2021-09-15
1
-4
/
+5
|
|
|
\
|
|
*
|
drm/ttm, drm/i915: Update ttm_move_memcpy for async use
Thomas Hellström
2021-08-25
1
-10
/
+10
|
*
|
|
drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/
Matthew Auld
2021-09-29
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
drm/ttm: fix memleak in ttm_transfered_destroy
Christian König
2021-10-21
1
-0
/
+1
|
/
/
*
|
drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
Thomas Hellström
2021-08-31
1
-4
/
+3
*
|
drm/ttm: add missing NULL checks
Pavel Skripkin
2021-07-21
1
-0
/
+3
|
/
*
drm/ttm: fix pipelined gutting v2
Christian König
2021-06-08
1
-8
/
+20
*
drm/ttm: fix warning after moving resource to ghost obj
Christian König
2021-06-07
1
-0
/
+1
*
drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
Thomas Hellström
2021-06-07
1
-5
/
+49
*
drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
Thomas Hellström
2021-06-07
1
-16
/
+3
*
drm/ttm: Add a generic TTM memcpy move for page-based iomem
Thomas Hellström
2021-06-07
1
-181
/
+98
*
drm/ttm: allocate resource object instead of embedding it v2
Christian König
2021-06-04
1
-22
/
+21
*
drm/ttm: rename bo->mem and make it a pointer
Christian König
2021-06-02
1
-24
/
+25
*
drm/ttm: always initialize the full ttm_resource v2
Christian König
2021-05-03
1
-2
/
+2
*
drm/ttm: ioremap buffer according to TTM mem caching setting
Oak Zeng
2021-04-08
1
-0
/
+14
*
drm/ttm: remove swap LRU v3
Christian König
2021-03-24
1
-1
/
+0
*
drm/ttm: move memory accounting into vmwgfx v4
Christian König
2021-02-09
1
-1
/
+0
*
drm/ttm: device naming cleanup
Christian König
2021-01-21
1
-12
/
+12
*
drm/ttm: cleanup BO size handling v3
Christian König
2020-12-14
1
-6
/
+6
*
drm/ttm: stop destroying pinned ghost object
Christian König
2020-12-01
1
-1
/
+3
*
drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
Thomas Zimmermann
2020-11-09
1
-0
/
+72
*
drm/ttm: remove overlapping memcpy support
Dave Airlie
2020-10-23
1
-16
/
+3
*
drm/ttm: remove move to new and inline into remainging place.
Dave Airlie
2020-10-21
1
-20
/
+0
*
drm/ttm: add move to system into drivers
Dave Airlie
2020-10-21
1
-21
/
+0
*
drm/ttm: minor cleanup to move to system
Dave Airlie
2020-10-21
1
-3
/
+1
*
drm/ttm: move some move binds into the drivers
Dave Airlie
2020-10-21
1
-1
/
+0
*
drm/ttm: drop ttm_bo_move_ttm wrapper
Dave Airlie
2020-10-20
1
-19
/
+0
*
drm/ttm: add move old to system to drivers.
Dave Airlie
2020-10-20
1
-2
/
+3
*
drm/ttm: use new move interface for known system->ttm moves
Dave Airlie
2020-10-20
1
-0
/
+1
*
drm/ttm: split out the move to system from move ttm code
Dave Airlie
2020-10-20
1
-14
/
+25
*
drm/ttm: refactor out common code to setup a new tt backed resource
Dave Airlie
2020-10-20
1
-11
/
+23
*
drm/ttm: drop free old node wrapper.
Dave Airlie
2020-10-19
1
-8
/
+3
*
drm/ttm: nuke caching placement flags
Christian König
2020-10-15
1
-7
/
+3
[next]