summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix VRAM BO swap issueArunpravin Paneer Selvam2022-10-061-5/+12
* Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-111-32/+13
|\
| * drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam2022-08-221-32/+13
* | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-061-1/+2
|\|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-07-131-6/+14
| |\
| * | drm/amdgpu: audit bo->resource usageChristian König2022-07-111-1/+2
* | | drm/amdgpu: Avoid direct cast to amdgpu_ttm_ttRajneesh Bhardwaj2022-08-101-16/+18
| |/ |/|
* | drm/amdgpu: Adjust logic around GTT size (v3)Alex Deucher2022-06-211-6/+14
|/
* drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König2022-05-261-1/+1
* drm/amdgpu: Use TTM builtin resource manager debugfs codeZack Rusin2022-04-211-70/+16
* dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2022-04-071-1/+1
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-1/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-164/+245
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-241-1/+1
| |\
| * \ Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie2022-02-141-164/+245
| |\ \
| | * | drm/amdkfd: CRIU Implement KFD checkpoint ioctlRajneesh Bhardwaj2022-02-071-0/+20
| | * | drm/amdgpu: restructure amdgpu_fill_buffer v2Christian König2022-02-031-82/+105
| | * | drm/amdgpu: rework GART copy window handlingChristian König2022-02-031-25/+24
| | * | drm/amdgpu: lower BUG_ON into WARN_ON for AMDGPU_PL_PREEMPTChristian König2022-02-031-1/+3
| | * | drm/amdgpu: fix logic inversion in checkChristian König2022-02-031-1/+1
| | * | drm/amdgpu: fix broken debug sdma vram access functionJonathan Kim2022-01-201-7/+8
| | * | drm/amdgpu: remove gart.ready flagChristian König2022-01-201-55/+22
| | * | drm/amdgpu: cleanup ttm debug sdma vram access functionJonathan Kim2022-01-141-16/+7
| | * | drm/amdgpu: improve debug VRAM access performance using sdmaJonathan Kim2022-01-141-0/+78
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-291-1/+0
| |_|/ |/| |
* | | drm/amdgpu: remove VRAM accounting v2Christian König2022-02-141-1/+1
|/ /
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-5/+5
|\ \ | |/ |/|
| * drm/amdgpu: use ttm_resource_manager_debugChristian König2022-01-241-5/+5
* | drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi2022-01-111-0/+11
|/
* Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-101-5/+0
|\
| * drm/amdgpu: remove unnecessary checksNirmoy Das2021-11-171-5/+0
* | drm/amdgpu: partially revert "svm bo enable_signal call condition"Christian König2021-11-221-9/+0
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-1/+9
|\|
| * Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+3
| |\
| | * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
| * | drm/amdkfd: restore userptr ignore bad address errorPhilip Yang2021-10-281-0/+3
| * | drm/amdkfd: unregistered svm range not overlap with TTM rangePhilip Yang2021-10-141-1/+3
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-10-251-9/+39
|\| |
| * | Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-10-111-6/+19
| |\ \
| * | | drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das2021-10-071-0/+30
| * | | Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-09-221-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | drm/amdgpu: fix use after free during BO moveChristian König2021-09-141-9/+9
* | | | drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuableChristian König2021-10-221-10/+4
| |_|/ |/| |
* | | drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-291-5/+5
* | | drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld2021-09-291-1/+14
| |/ |/|
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-2/+2
|\|
| * drm/amdgpu: drop redundant null-pointer checks in amdgpu_ttm_tt_populate() an...Tuo Li2021-08-061-2/+2
* | drm/ttm: remove ttm_tt_destroy_common v2Christian König2021-08-231-1/+0
* | drm/amdgpu: unbind in amdgpu_ttm_tt_unpopulateChristian König2021-08-231-1/+2
|/
* Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-07-301-41/+49
|\