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