summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-24drm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven1-0/+3
2026-04-03drm/amdgpu: Consolidate reserve region allocationsLijo Lazar1-63/+26
2026-04-03drm/amdgpu: Move validation of reserve region infoLijo Lazar1-16/+14
2026-04-03drm/amdgpu: Add function to fill training regionLijo Lazar1-27/+35
2026-04-03drm/amdgpu: Add function to fill fw reserve regionLijo Lazar1-29/+41
2026-04-03drm/amdgpu: Group filling reserve region detailsLijo Lazar1-18/+21
2026-04-03drm/amdgpu: Add memory training reserve-regionLijo Lazar1-9/+6
2026-04-03drm/amdgpu: Add host driver reserved-regionLijo Lazar1-46/+9
2026-04-03drm/amdgpu: Add fw vram usage reserve-regionLijo Lazar1-45/+9
2026-04-03drm/amdgpu: Add firmware extended reserve-regionLijo Lazar1-2/+1
2026-04-03drm/amdgpu: Add fw_reserved reserve-regionLijo Lazar1-7/+5
2026-04-03drm/amdgpu: Add stolen_reserved reserve-regionLijo Lazar1-8/+2
2026-04-03drm/amdgpu: Add extended stolen vga reserve-regionLijo Lazar1-7/+2
2026-04-03drm/amdgpu: Add stolen vga reserve-regionLijo Lazar1-6/+4
2026-04-03drm/amdgpu: Add reserved region idsLijo Lazar1-0/+58
2026-03-30drm/amdgpu: use multiple entities in amdgpu_move_blitPierre-Eric Pelloux-Prayer1-4/+9
2026-03-30drm/amdgpu: round robin through clear_entities in amdgpu_fill_bufferPierre-Eric Pelloux-Prayer1-4/+16
2026-03-30drm/amdgpu: allocate move entities dynamicallyPierre-Eric Pelloux-Prayer1-13/+22
2026-03-30drm/amdgpu: allocate clear entities dynamicallyPierre-Eric Pelloux-Prayer1-16/+39
2026-03-30drm/amd: Fix MQD and control stack alignment for non-4KDonet Tom1-13/+3
2026-03-03drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()Yujie Liu1-1/+1
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer1-0/+5
2026-02-23drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submitPierre-Eric Pelloux-Prayer1-5/+8
2026-02-23amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer1-24/+42
2026-02-23drm/amdgpu: add amdgpu_ttm_buffer_entity_fini funcPierre-Eric Pelloux-Prayer1-35/+38
2026-02-23drm/amdgpu: statically assign gart windows to ttm entitiesPierre-Eric Pelloux-Prayer1-19/+45
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