summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2024-10-09drm/ttm: Move pinned objects off LRU lists when pinningThomas Hellström1-3/+5
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström8-19/+93
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter7-327/+574
2024-07-23drm/ttm: Allow direct reclaim to allocate local memory v2Rajneesh Bhardwaj1-1/+1
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds14-89/+1891
2024-07-09drm/ttm: Use the LRU walker for evictionThomas Hellström2-226/+140
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström4-85/+86
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström1-0/+151
2024-07-09drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström1-0/+92
2024-07-09drm/ttm: Use LRU hitchesThomas Hellström3-11/+55
2024-07-09drm/ttm: Slightly clean up LRU list iterationThomas Hellström1-27/+21
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström4-25/+76
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosdrm-misc-fixes-2024-07-04Thomas Hellström1-0/+1
2024-06-25drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-24drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek6-27/+25
2024-06-24drm/ttm/tests: Correct modules' licensesKarolina Stolarek6-6/+6
2024-06-24drm/ttm/tests: Add TODO fileKarolina Stolarek1-0/+27
2024-06-24drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek2-0/+122
2024-06-24drm/ttm/tests: Add eviction testingKarolina Stolarek5-9/+568
2024-06-24drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek1-0/+305
2024-06-24drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek5-2/+534
2024-06-24drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek4-1/+228
2024-06-24drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek3-14/+16
2024-06-24drm/ttm/tests: Set DMA mask in KUnit deviceKarolina Stolarek1-0/+3
2024-06-24drm/ttm/tests: Delete unnecessary config optionKarolina Stolarek1-1/+0
2024-06-24drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulkKarolina Stolarek6-31/+45
2024-06-20drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.Sebastian Andrzej Siewior1-1/+7
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-134/+127
2024-04-25drm/ttm: Print the memory decryption status just onceZack Rusin1-1/+1
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula3-3/+6
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie1-10/+28
2024-04-15drm/ttm: stop pooling cached NUMA pages v2Christian König1-10/+28
2024-04-11drm/ttm: remove unused paramterJesse Zhang1-5/+3
2024-03-20drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König1-0/+1
2024-03-01drm/ttm: improve idle/busy handling v5Christian König2-128/+119
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter1-1/+1
2024-02-22drm/ttm: Fix an invalid freeing on already freed page in error pathThomas Hellström1-1/+1
2024-02-09drm: remove drm_debug_printer in favor of drm_dbg_printerJani Nikula1-1/+1
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+16
2024-02-05Merge drm-misc-next-fixes-2024-01-19 into drm-misc-fixesMaxime Ripard1-2/+7
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie9-3/+1312
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard3-16/+16
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin2-2/+23
2024-01-27Merge tag 'drm-misc-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+9
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2-65/+29
2024-01-25Merge tag 'drm-misc-next-fixes-2024-01-19' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+7
2024-01-24drm/ttm: return ENOSPC from ttm_bo_mem_space v3Christian König1-2/+5
2024-01-22Merge v6.8-rc1 into drm-misc-fixesMaxime Ripard5-19/+27
2024-01-17drm/ttm: allocate dummy_read_page without DMA32 on failYangyu Chen1-3/+9
2024-01-15drm/ttm: fix ttm pool initialization for no-dma-device driversdrm-misc-next-fixes-2024-01-19Fedor Pchelkin1-2/+7