aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-misc into drm-nextDave 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/drm-misc into drm-fixesDave 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/drm/drm-misc into drm-fixesDave 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 driversFedor Pchelkin1-2/+7
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-3/+11
2024-01-11drm/ttm/tests: Fix argument in ttm_tt_kunit_init()Karolina Stolarek1-2/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-5/+5
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2-11/+11
2023-12-14drm/ttm/tests: Add tests for ttm_bo functionsKarolina Stolarek3-0/+629
2023-12-14drm/ttm/tests: Add tests for ttm_ttKarolina Stolarek4-0/+319
2023-12-14drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manKarolina Stolarek5-1/+363
2023-11-27drm/ttm: Schedule delayed_delete worker closerRajneesh Bhardwaj2-3/+11
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-9/+31
2023-10-16drm/ttm: Reorder sys manager cleanup stepKarolina Stolarek1-4/+4
2023-10-04drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng1-8/+15
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng1-1/+16
2023-08-25Merge tag 'drm-misc-next-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-1/+2
2023-08-22drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek1-2/+2
2023-08-09drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek4-0/+459
2023-08-09drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek1-0/+158
2023-08-09drm/ttm: Introduce KUnit testKarolina Stolarek6-0/+197
2023-07-27drm/ttm: check null pointer before accessing when swappingGuchun Chen1-1/+2
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-2/+2
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard3-8/+17
2023-07-10drm/ttm: Use init_on_free to delay release TTM BOsRajneesh Bhardwaj1-0/+1
2023-07-10drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-06-27drm/ttm: Don't shadow the operation contextThomas Hellström1-2/+1
2023-06-27drm/ttm: Don't leak a resource on swapout move errorThomas Hellström1-0/+1
2023-06-27drm/ttm: Don't leak a resource on eviction errorThomas Hellström1-11/+11
2023-06-23drm/ttm: fix warning that we shouldn't mix && and ||Christian König1-1/+1