summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-01-10drm/amdgpu: Drop MMIO_REMAP domain bit and keep it InternalChristian König1-28/+49
2026-01-06drm/amdgpu: reserve umf hole size at vram high end for gfx v12.1Le Ma1-1/+7
2026-01-06drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)1-1/+2
2026-01-06drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)1-3/+3
2025-12-08drm/amdgpu: pass the entity to use to ttm public functionsPierre-Eric Pelloux-Prayer1-18/+17
2025-12-08drm/amdgpu: pass the entity to use to amdgpu_ttm_map_bufferPierre-Eric Pelloux-Prayer1-21/+34
2025-12-08drm/amdgpu: fix error handling in amdgpu_copy_bufferPierre-Eric Pelloux-Prayer1-4/+2
2025-12-08drm/amdgpu: add amdgpu_ttm_job_submit helperPierre-Eric Pelloux-Prayer1-18/+16
2025-12-08drm/amdgpu: introduce amdgpu_ttm_buffer_entityPierre-Eric Pelloux-Prayer1-9/+21
2025-12-08drm/amdgpu: remove the ring param from ttm functionsPierre-Eric Pelloux-Prayer1-17/+18
2025-12-08drm/amdgpu: remove direct_submit arg from amdgpu_copy_bufferPierre-Eric Pelloux-Prayer1-13/+7
2025-12-08drm/amdgpu: Map/Unmap MMIO_REMAP as BAR register window; add TTM sg helpers; ...Srinivasan Shanmugam1-0/+80
2025-12-08drm/amdgpu/ttm: Pin 4K MMIO_REMAP Singleton BO at Init v2Srinivasan Shanmugam1-0/+32
2025-12-03Merge tag 'amd-drm-next-6.19-2025-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+3
2025-12-02drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdmaPierre-Eric Pelloux-Prayer1-0/+2
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-2/+4
2025-11-26drm/amdgpu: use ttm_resource_manager_cleanupPierre-Eric Pelloux-Prayer1-2/+4
2025-11-20drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam1-1/+1
2025-11-12drm/amdgpu/ttm: Use GART helper to map VRAM pages (v2)Timur Kristóf1-10/+2
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-3/+6
2025-10-31drm/amdgpu: Configure max beneficial TTM pool allocation orderTvrtko Ursulin1-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-2/+4
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin1-1/+1
2025-10-21drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOVEllen Pan1-5/+5
2025-10-13drm/amdgpu: update the functions to use amdgpu version of hmmSunil Khatri1-3/+3
2025-10-13drm/amdgpu: Reserve discovery TMR only if neededLijo Lazar1-13/+9
2025-10-13drm/amdgpu: Add amdgpu_discovery_infoLijo Lazar1-1/+1
2025-10-13drm/amdgpu: make non-NULL out fence mandatoryPierre-Eric Pelloux-Prayer1-9/+8
2025-10-13drm/amdgpu: clean up amdgpu hmm range functionsSunil Khatri1-32/+0
2025-10-13drm/amdgpu: use user provided hmm_range buffer in amdgpu_ttm_tt_get_user_pagesSunil Khatri1-5/+3
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri1-4/+4
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-9/+93
2025-09-16drm/amdgpu: revert "Implement new dummy vram manager"Christian König1-6/+9
2025-09-15drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP SingletonSrinivasan Shanmugam1-0/+59
2025-09-15drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP HeapSrinivasan Shanmugam1-0/+9
2025-09-15drm/amdgpu: Implement TTM handling for MMIO_REMAP placementSrinivasan Shanmugam1-3/+16
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer1-11/+17
2025-06-30drm/amdgpu: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2025-06-30drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar1-25/+31
2025-06-18drm/amdgpu: reclaim psp fw reservation memory regionFrank Min1-0/+2
2025-05-13drm/amdgpu: Fix the kernel panic caused by RAS records exceed thresholdCe Sun1-0/+2
2025-02-25drm/amdgpu: init return value in amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer1-1/+1
2025-02-13drm/amdkfd: use GTT for VRAM on APUs only if GTT is largerAlex Deucher1-2/+4
2025-02-13drm/amdkfd: add a new flag to manage where VRAM allocations goAlex Deucher1-0/+3
2025-02-13drm/amd: Mark amdgpu.gttsize parameter as deprecated and show warnings on useMario Limonciello1-4/+13
2025-02-03drm/amdgpu: add a BO metadata flag to disable write compression for VulkanMarek Olšák1-2/+6
2025-01-13Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+1