summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'amd-drm-next-6.19-2025-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie-1/+3
2025-12-02drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdmaPierre-Eric Pelloux-Prayer-0/+2
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie-2/+4
2025-11-26drm/amdgpu: use ttm_resource_manager_cleanupPierre-Eric Pelloux-Prayer-2/+4
2025-11-19drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam-1/+1
2025-11-11drm/amdgpu/ttm: Use GART helper to map VRAM pages (v2)Timur Kristóf-10/+2
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie-3/+6
2025-10-31drm/amdgpu: Configure max beneficial TTM pool allocation orderTvrtko Ursulin-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin-2/+4
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin-1/+1
2025-10-20drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOVEllen Pan-5/+5
2025-10-13drm/amdgpu: update the functions to use amdgpu version of hmmSunil Khatri-3/+3
2025-10-13drm/amdgpu: Reserve discovery TMR only if neededLijo Lazar-13/+9
2025-10-13drm/amdgpu: Add amdgpu_discovery_infoLijo Lazar-1/+1
2025-10-13drm/amdgpu: make non-NULL out fence mandatoryPierre-Eric Pelloux-Prayer-9/+8
2025-10-13drm/amdgpu: clean up amdgpu hmm range functionsSunil Khatri-32/+0
2025-10-13drm/amdgpu: use user provided hmm_range buffer in amdgpu_ttm_tt_get_user_pagesSunil Khatri-5/+3
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri-4/+4
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie-9/+93
2025-09-15drm/amdgpu: revert "Implement new dummy vram manager"Christian König-6/+9
2025-09-15drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP SingletonSrinivasan Shanmugam-0/+59
2025-09-15drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP HeapSrinivasan Shanmugam-0/+9
2025-09-15drm/amdgpu: Implement TTM handling for MMIO_REMAP placementSrinivasan Shanmugam-3/+16
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer-11/+17
2025-06-30drm/amdgpu: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-1/+1
2025-06-30drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar-25/+31
2025-06-18drm/amdgpu: reclaim psp fw reservation memory regionFrank Min-0/+2
2025-05-13drm/amdgpu: Fix the kernel panic caused by RAS records exceed thresholdCe Sun-0/+2
2025-02-25drm/amdgpu: init return value in amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer-1/+1
2025-02-12drm/amdkfd: use GTT for VRAM on APUs only if GTT is largerAlex Deucher-2/+4
2025-02-12drm/amdkfd: add a new flag to manage where VRAM allocations goAlex Deucher-0/+3
2025-02-12drm/amd: Mark amdgpu.gttsize parameter as deprecated and show warnings on useMario Limonciello-4/+13
2025-02-03drm/amdgpu: add a BO metadata flag to disable write compression for VulkanMarek Olšák-2/+6
2025-01-13Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/ag...Dave Airlie-0/+1
2025-01-09drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()Jiang Liu-0/+1
2024-12-20Merge tag 'amd-drm-next-6.14-2024-12-18' of https://gitlab.freedesktop.org/ag...Dave Airlie-1/+2
2024-12-10drm/amdgpu: add initial support for gfx950Le Ma-1/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-05drm/amdgpu: set the right AMDGPU sg segment limitationPrike Liang-0/+1
2024-10-24drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptrLang Yu-1/+3
2024-09-18drm/amdgpu: fix typo in the commentYan Zhen-1/+1
2024-07-08drm/amdgpu: restore dcc bo tilling configs while movingFrank Min-3/+14
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie-1/+7
2024-06-14drm/amdgpu: add sdma 7.0 support for copy dcc bufferFrank Min-1/+7
2024-06-11Merge tag 'amd-drm-next-6.11-2024-06-07' of https://gitlab.freedesktop.org/ag...Dave Airlie-4/+5
2024-06-05drm/amdgpu: Update the impelmentation of AMDGPU_PTE_MTYPE_VG10Shane Xiao-2/+1
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-9/+79
2024-05-10drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer-1/+1
2024-05-08drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer-1/+1
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang-1/+2