summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)Author
10 daysdrm/amdgpu/ttm: Consider concurrent VM flushes for buffer entitiesTimur Kristóf
2026-07-01drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K systemsDonet Tom
2026-07-01drm/amdgpu: fix aperture mapping leakAsad Kamal
2026-06-17drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are both GTTTimur Kristóf
2026-04-24drm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven
2026-04-17drm/amdgpu/gfx12_1: Increase reserved memory size to 150MAlex Sierra
2026-04-17drm/amdgpu: use DRM_SCHED_PRIORITY_KERNEL for all ttm entitiesPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: split amdgpu_ttm_set_buffer_funcs_status in 2 funcsPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: get rid of amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: give ttm entities access to all the sdma schedsPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: create multiple clear/move ttm entitiesPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: only use working sdma schedulers for ttmPierre-Eric Pelloux-Prayer
2026-04-17drm/amdgpu: pass all the sdma scheds to amdgpu_mmanPierre-Eric Pelloux-Prayer
2026-04-03drm/amdgpu: Consolidate reserve region allocationsLijo Lazar
2026-04-03drm/amdgpu: Move validation of reserve region infoLijo Lazar
2026-04-03drm/amdgpu: Add function to fill training regionLijo Lazar
2026-04-03drm/amdgpu: Add function to fill fw reserve regionLijo Lazar
2026-04-03drm/amdgpu: Group filling reserve region detailsLijo Lazar
2026-04-03drm/amdgpu: Add memory training reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add host driver reserved-regionLijo Lazar
2026-04-03drm/amdgpu: Add fw vram usage reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add firmware extended reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add fw_reserved reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add stolen_reserved reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add extended stolen vga reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add stolen vga reserve-regionLijo Lazar
2026-04-03drm/amdgpu: Add reserved region idsLijo Lazar
2026-03-30drm/amdgpu: use multiple entities in amdgpu_move_blitPierre-Eric Pelloux-Prayer
2026-03-30drm/amdgpu: round robin through clear_entities in amdgpu_fill_bufferPierre-Eric Pelloux-Prayer
2026-03-30drm/amdgpu: allocate move entities dynamicallyPierre-Eric Pelloux-Prayer
2026-03-30drm/amdgpu: allocate clear entities dynamicallyPierre-Eric Pelloux-Prayer
2026-03-30drm/amd: Fix MQD and control stack alignment for non-4KDonet Tom
2026-03-02drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()Yujie Liu
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer
2026-02-23drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submitPierre-Eric Pelloux-Prayer
2026-02-23amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer
2026-02-23drm/amdgpu: add amdgpu_ttm_buffer_entity_fini funcPierre-Eric Pelloux-Prayer
2026-02-23drm/amdgpu: statically assign gart windows to ttm entitiesPierre-Eric Pelloux-Prayer
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-10drm/amdgpu: Drop MMIO_REMAP domain bit and keep it InternalChristian König
2026-01-05drm/amdgpu: reserve umf hole size at vram high end for gfx v12.1Le Ma
2026-01-05drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)
2026-01-05drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)
2025-12-08drm/amdgpu: pass the entity to use to ttm public functionsPierre-Eric Pelloux-Prayer
2025-12-08drm/amdgpu: pass the entity to use to amdgpu_ttm_map_bufferPierre-Eric Pelloux-Prayer
2025-12-08drm/amdgpu: fix error handling in amdgpu_copy_bufferPierre-Eric Pelloux-Prayer
2025-12-08drm/amdgpu: add amdgpu_ttm_job_submit helperPierre-Eric Pelloux-Prayer