aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2025-12-10drm/amdgpu: Export sdma_v7_1_xcp_funcsHawking Zhang1-0/+1
2025-12-10drm/amdgpu: Export gfx_v12_1_xcp_funcHawking Zhang1-0/+2
2025-12-10drm/amdgpu: Add vram_type to ras init_flagsCandice Li2-0/+2
2025-12-10drm/amdgpu: Add switch_compute_partition callback for imu v12_1Hawking Zhang2-0/+21
2025-12-10drm/amdgpu: Implement gfx_v12_1_get_xccs_per_xcpHawking Zhang1-0/+7
2025-12-10drm/amdgpu: Remove redundant check for async_gfx_ringHawking Zhang1-3/+1
2025-12-10drm/amdgpu: disable graphics doorbell range for gfx v12_1Likun Gao1-0/+4
2025-12-10drm/amdgpu: enable unmap doorbell handle for gfx v12_1Likun Gao1-1/+1
2025-12-10drm/amdgpu: revision doorbel range for gfx v12_1Likun Gao1-16/+6
2025-12-10drm/amdkfd: disable shader message vgpr deallocation on gc 12.1Jonathan Kim1-0/+5
2025-12-10drm/amdgpu: Remove redundant pmfw backdoor loadingHawking Zhang1-15/+0
2025-12-10drm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)1-0/+2
2025-12-10drm/amdgpu/acpi: Reduce amdgpu_acpi_detect stack usageSrinivasan Shanmugam1-5/+10
2025-12-08drm/amdgpu: don't attach the tlb fence for SIAlex Deucher1-1/+3
2025-12-08drm/amdgpu: pass the entity to use to ttm public functionsPierre-Eric Pelloux-Prayer4-28/+30
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-Prayer3-14/+30
2025-12-08drm/amdgpu: add imu support for gc 12_1Likun Gao4-35/+186
2025-12-08drm/amdgpu: fix mes code error for muti-xccLikun Gao1-2/+3
2025-12-08drm/amdgpu/gmc12: set MMHUBs based on aid_maskLikun Gao1-1/+3
2025-12-08drm/amdgpu: set gfxhub according xcc_mask for gfx 12_1Likun Gao1-1/+11
2025-12-08drm/amdgpu: add xcc info for compute ring nameLikun Gao1-1/+2
2025-12-08drm/amdgpu: Revert retry based thrashing prevention on GFX 12.1.0Mukul Joshi1-11/+0
2025-12-08drm/amdgpu: Init single mes instance if xcc_mask is unsetHawking Zhang1-2/+3
2025-12-08drm/amdgpu: Setup MTYPEs for GFX 12.1.0Mukul Joshi1-3/+59
2025-12-08drm/amdgpu: update sh mem base offsets for gfx 12.1Alex Sierra1-4/+4
2025-12-08drm/amdgpu: Fix SHMEM alignment mode for GFX 12.1.0Mukul Joshi1-1/+2
2025-12-08drm/amdgpu: don't attach the tlb fence for SIAlex Deucher1-1/+3
2025-12-08drm/amdgpu/sdma_v7_1: Add missing inst_mask entry in sdma_v7_1_inst_gfx_resume()Srinivasan Shanmugam1-1/+1
2025-12-08drm/amdgpu: add a helper for processing recoverable GPUVM faultsAlex Deucher6-97/+69
2025-12-08drm/amdgpu: add soc config init for GC v12_1Likun Gao3-0/+14
2025-12-08amdkfd: fence handler evict and restore a kfd process by its context idZhu Lingshan2-2/+6
2025-12-08amdkfd: record kfd context id in amdkfd_fenceZhu Lingshan3-4/+8
2025-12-08drm/amdgpu/mes12_1: set multi-xcc mes log addressMichael Chen1-1/+1
2025-12-08drm/amdgpu/mes12_1: add cooperative dispatch supportJack Xiao2-3/+69
2025-12-08drm/amdgpu: Setup PCIe atomics bit in PTE on GFX 12.1.0Mukul Joshi1-0/+3
2025-12-08drm/amdgpu: Setup Atomics enable in TCP UTCL0 for GFX 12.1.0Mukul Joshi1-0/+6
2025-12-08drm/amdgpu: Fix golden register init for GFX 12.1.0Mukul Joshi1-12/+8
2025-12-08drm/amdgpu: Include the correct pkt header for gfx v12_1Hawking Zhang2-4/+5
2025-12-08drm/amd: include rrmt mode for mes_v12_1Alex Sierra1-0/+42
2025-12-08drm/amdgpu: skip SDMA autoload copy if not initializedLikun Gao1-7/+9
2025-12-08drm/amdgpu: only set XCC 0 related reg for rlc autoloadLikun Gao1-44/+28
2025-12-08drm/amdgpu: update rlc autoload functionLikun Gao1-7/+41
2025-12-08drm/amdgpu: remove hdp flush/invalidation completely for gfx12.1.0/sdma7.1.0Le Ma2-69/+1
2025-12-08drm/amdgpu: Add gfx v12_1_0 to discovery listLikun Gao1-0/+4
2025-12-08drm/amdgpu: Add initial support for gfx v12_1Likun Gao3-0/+3978
2025-12-08amdkfd: record kfd context id into kfd process_infoZhu Lingshan2-0/+6
2025-12-08drm/amdgpu: Don't send warning when close drm obj if drm device has been unplugXiaogang Chen1-2/+2