summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_tt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26drm/ttm: Print the memory decryption status just onceZack Rusin1-1/+1
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin1-0/+12
2023-12-14drm/ttm/tests: Add tests for ttm_ttKarolina Stolarek1-0/+3
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+6
2023-06-09drm/ttm: Helper function to get TTM mem limitMukul Joshi1-0/+6
2023-05-31drm/ttm: Remove redundant code in ttm_tt_init_fieldsMa Jun1-1/+0
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+2
2022-04-21drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang1-9/+7
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+4
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-5/+7
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+4
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld1-0/+3
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-12/+12
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld1-25/+0
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld1-3/+1
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+0
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-11/+6
2021-08-16drm/ttm: Include pagemap.h from ttm_tt.hJason Ekstrand1-1/+0
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström1-0/+45
2021-06-03drm/ttm/ttm_tt: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang1-0/+2
2021-04-14drm/ttm: Don't count pages in SG BOs against pages_limitFelix Kuehling1-9/+18
2021-04-12drm/ttm: re-add debugfs tt_shrink fileChristian König1-0/+20
2021-04-12drm/ttm: fix return value checkChristian König1-1/+1
2021-03-29drm/ttm: switch back to static allocation limits for nowChristian König1-70/+42
2021-03-24drm/ttm: move swapout logic around v3Christian König1-1/+1
2021-02-09drm/ttm: rework ttm_tt page limit v4Christian König1-8/+97
2021-01-21drm/ttm: device naming cleanupChristian König1-13/+13
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-11-30drm/ttm: nuke ttm_dma_tt_initChristian König1-13/+0
2020-11-17drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones1-2/+2
2020-11-04drm/ttm: rework no_retry handling v2Christian König1-7/+0
2020-10-29drm/ttm: nuke old page allocatorChristian König1-4/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-3/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-33/+22
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König1-0/+8
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-4/+7
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-29/+0
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-16/+17
2020-09-24drm/ttm: remove persistent_swap_storageChristian König1-35/+28
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König1-68/+3
2020-09-17drm/ttm: flip tt destroy ordering.Dave Airlie1-1/+6
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-31/+0
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-6/+5
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie1-3/+0
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-11/+9
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie1-12/+3
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie1-3/+12
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie1-21/+24