summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-3/+2
2026-08-12drm/amdgpu: skip BOs being torn down during GTT recoveryYifan Zhang1-0/+3
2026-08-08Merge tag 'drm-misc-next-2026-08-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2026-08-06drm/amdgpu: Wire up dmem cgroup reclaim for VRAM managerThomas Hellström1-1/+1
2026-08-06drm/amdgpu: fix aperture iounmap skipped on device removalAsad Kamal1-8/+2
2026-08-06Revert "drm/amdgpu: fix aperture mapping leak"Asad Kamal1-16/+19
2026-07-29drm/amdkfd: Remove svm_bo eviction fencePhilip Yang1-2/+4
2026-07-28drm/amdkfd: Evict SVM BOs synchronously from TTM evictionPhilip Yang1-0/+16
2026-07-28drm/amdgpu: cap GTT size to physical RAM on APUsHarkirat Gill1-0/+12
2026-07-28drm/amdgpu/ttm: Use more optimal copy packet sizes for copy and fillTimur Kristóf1-2/+25
2026-07-16drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()Christian König1-5/+6
2026-07-15drm/amdgpu/ttm: Consider concurrent VM flushes for buffer entitiesTimur Kristóf1-5/+15
2026-07-01drm/amdgpu: Fix typo in commentKe Zhao1-1/+1
2026-07-01drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K systemsDonet Tom1-4/+6
2026-07-01drm/amdgpu: fix aperture mapping leakAsad Kamal1-20/+16
2026-06-17drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are both GTTTimur Kristóf1-0/+18
2026-04-24drm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven1-0/+3
2026-04-17drm/amdgpu/gfx12_1: Increase reserved memory size to 150MAlex Sierra1-4/+1
2026-04-17drm/amdgpu: use DRM_SCHED_PRIORITY_KERNEL for all ttm entitiesPierre-Eric Pelloux-Prayer1-2/+2
2026-04-17drm/amdgpu: split amdgpu_ttm_set_buffer_funcs_status in 2 funcsPierre-Eric Pelloux-Prayer1-86/+98
2026-04-17drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer1-13/+10
2026-04-17drm/amdgpu: get rid of amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer1-68/+20
2026-04-17drm/amdgpu: give ttm entities access to all the sdma schedsPierre-Eric Pelloux-Prayer1-7/+10
2026-04-17drm/amdgpu: create multiple clear/move ttm entitiesPierre-Eric Pelloux-Prayer1-2/+2
2026-04-17drm/amdgpu: only use working sdma schedulers for ttmPierre-Eric Pelloux-Prayer1-7/+16
2026-04-17drm/amdgpu: pass all the sdma scheds to amdgpu_mmanPierre-Eric Pelloux-Prayer1-6/+30
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-26/+34
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-02drm/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