summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)Author
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie
2022-02-07drm/amdkfd: CRIU Implement KFD checkpoint ioctlRajneesh Bhardwaj
2022-02-02drm/amdgpu: restructure amdgpu_fill_buffer v2Christian König
2022-02-02drm/amdgpu: rework GART copy window handlingChristian König
2022-02-02drm/amdgpu: lower BUG_ON into WARN_ON for AMDGPU_PL_PREEMPTChristian König
2022-02-02drm/amdgpu: fix logic inversion in checkChristian König
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-24drm/amdgpu: use ttm_resource_manager_debugChristian König
2022-01-19drm/amdgpu: fix broken debug sdma vram access functionJonathan Kim
2022-01-19drm/amdgpu: remove gart.ready flagChristian König
2022-01-14drm/amdgpu: cleanup ttm debug sdma vram access functionJonathan Kim
2022-01-14drm/amdgpu: improve debug VRAM access performance using sdmaJonathan Kim
2022-01-11drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-11-22drm/amdgpu: partially revert "svm bo enable_signal call condition"Christian König
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-11-17drm/amdgpu: remove unnecessary checksNirmoy Das
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-28drm/amdkfd: restore userptr ignore bad address errorPhilip Yang
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-22drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuableChristian König
2021-10-13drm/amdkfd: unregistered svm range not overlap with TTM rangePhilip Yang
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-10-07drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld
2021-09-22Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-09-14drm/amdgpu: fix use after free during BO moveChristian König
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König
2021-08-23drm/amdgpu: unbind in amdgpu_ttm_tt_unpopulateChristian König
2021-08-05drm/amdgpu: drop redundant null-pointer checks in amdgpu_ttm_tt_populate() an...Tuo Li
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-16drm/amdgpu/ttm: optimize vram access in amdgpu_ttm_access_memory()Kevin Wang
2021-07-16drm/amdgpu/ttm: replace duplicate code with exiting functionKevin Wang
2021-07-08Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-07-08Merge tag 'drm-misc-next-fixes-2021-07-01' of git://anongit.freedesktop.org/d...Dave Airlie
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-07-01drm/amdkfd: add owner ref param to get hmm pagesAlex Sierra
2021-07-01drm/amdgpu: Set ttm caching flags during bo allocationOak Zeng
2021-06-29drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()Liam Howlett
2021-06-29drm/amdgpu: return early for non-TTM_PL_TT type BOsNirmoy Das
2021-06-23ydrm/amdgpu: always allow evicting to SYSTEM domainChristian König
2021-06-23drm/amdgpu: user temporary GTT as bounce bufferLang Yu
2021-06-18drm/amdgpu: remove unused parameter in amdgpu_gart_bindYifan Zhang
2021-06-18drm/amdgpu: Set TTM_PAGE_FLAG_SG earlier for userprt BOsxinhui pan