index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm/xe: drop unused force_alloc flag
Dave Airlie
2025-04-23
1
-1
/
+0
*
drm/ttm: use ttm_resource_unevictable() to replace pin_count and swapped
Zhaoyu Liu
2025-02-10
1
-5
/
+10
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2025-02-06
1
-2
/
+21
|
\
|
*
drm/ttm: Handle cgroup based eviction in TTM
Maarten Lankhorst
2025-01-10
1
-2
/
+21
*
|
drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()
Thomas Hellström
2025-01-13
1
-11
/
+24
|
/
*
drm/ttm: Move swapped objects off the manager's LRU list
Thomas Hellström
2024-10-09
1
-6
/
+22
*
drm/ttm: Use the LRU walker for eviction
Thomas Hellström
2024-07-09
1
-17
/
+4
*
drm/ttm: Use the LRU walker helper for swapping
Thomas Hellström
2024-07-09
1
-20
/
+3
*
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
2024-07-09
1
-0
/
+92
*
drm/ttm: Use LRU hitches
Thomas Hellström
2024-07-09
1
-9
/
+47
*
drm/ttm: Slightly clean up LRU list iteration
Thomas Hellström
2024-07-09
1
-27
/
+21
*
drm/ttm: Allow TTM LRU list nodes of different types
Thomas Hellström
2024-07-09
1
-19
/
+70
*
drm/print: drop include debugfs.h and include where needed
Jani Nikula
2024-04-25
1
-1
/
+2
*
drm/ttm: warn when resv objs are mixed in a bulk_move
Christian König
2024-03-20
1
-0
/
+1
*
drm/ttm: improve idle/busy handling v5
Christian König
2024-03-01
1
-4
/
+12
*
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
2024-01-25
1
-57
/
+16
*
drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man
Karolina Stolarek
2023-12-14
1
-0
/
+3
*
drm/ttm: fix warning that we shouldn't mix && and ||
Christian König
2023-06-23
1
-1
/
+1
*
drm/ttm: fix bulk_move corruption when adding a entry
Yunxiang Li
2023-06-22
1
-1
/
+4
*
drm/ttm: prevent moving of pinned BOs
Christian König
2023-02-06
1
-1
/
+0
*
drm/ttm: revert "prevent moving of pinned BOs"
Christian König
2023-01-25
1
-0
/
+1
*
drm/ttm: prevent moving of pinned BOs
Christian König
2023-01-25
1
-1
/
+0
*
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
2022-12-06
1
-1
/
+2
*
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
2022-10-27
1
-8
/
+6
*
drm/ttm: Switch to using the new res callback
Arunpravin Paneer Selvam
2022-08-22
1
-15
/
+2
*
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
2022-08-22
1
-2
/
+75
*
drm/ttm: fix bulk move handling v2
Christian König
2022-06-14
1
-16
/
+36
*
drm/ttm: Add common debugfs code for resource managers
Zack Rusin
2022-04-21
1
-0
/
+34
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-04-05
1
-21
/
+21
|
\
|
*
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-24
1
-3
/
+33
|
|
\
|
*
\
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-02-11
1
-21
/
+21
|
|
\
\
|
|
*
|
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2022-02-08
1
-21
/
+21
*
|
|
|
drm/ttm: rework bulk move handling v5
Christian König
2022-03-29
1
-24
/
+66
*
|
|
|
drm/ttm: allow bulk moves for all domains
Christian König
2022-03-28
1
-37
/
+15
*
|
|
|
drm/ttm: add resource iterator v4
Christian König
2022-03-28
1
-0
/
+51
*
|
|
|
drm/ttm: move the LRU into resource handling v4
Christian König
2022-03-28
1
-7
/
+119
|
|
_
|
/
|
/
|
|
*
|
|
drm/ttm: add common accounting to the resource mgr v3
Christian König
2022-02-14
1
-0
/
+30
*
|
|
drm/ttm: fix resource manager size type and description
Christian König
2022-02-14
1
-3
/
+3
|
/
/
*
|
drm/ttm: add a weak BO reference to the resource v3
Christian König
2022-01-26
1
-0
/
+9
*
|
drm/ttm: add back a reference to the bdev to the res manager
Christian König
2022-01-26
1
-0
/
+3
*
|
drm/ttm: add ttm_resource_fini v2
Christian König
2022-01-26
1
-0
/
+23
|
/
*
drm/ttm: cleanup ttm_resource_compat
Christian König
2021-09-03
1
-0
/
+49
*
drm/ttm: Add a generic TTM memcpy move for page-based iomem
Thomas Hellström
2021-06-07
1
-0
/
+193
*
drm/ttm: flip the switch for driver allocated resources v2
Christian König
2021-06-04
1
-17
/
+1
*
drm/ttm: flip over the range manager to self allocated nodes
Christian König
2021-06-04
1
-9
/
+17
*
drm/ttm: allocate resource object instead of embedding it v2
Christian König
2021-06-04
1
-8
/
+23
*
drm/ttm: always initialize the full ttm_resource v2
Christian König
2021-05-03
1
-1
/
+10
*
drm/ttm: add ttm_sys_manager v3
Christian König
2021-05-03
1
-8
/
+3
*
drm/ttm: switch to per device LRU lock
Christian König
2021-03-24
1
-5
/
+4
*
drm/ttm: device naming cleanup
Christian König
2021-01-21
1
-2
/
+2
[next]