summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2025-12-16drm/amdgpu/mes_v12_1: fix mes access xcd registerJack Xiao-0/+20
2025-12-16drm/amdgpu: normalize reg addr as local xcc for gfx v12_1Likun Gao-0/+30
2025-12-16drm/amdgpu: support xcc harvest for ih translateLikun Gao-4/+6
2025-12-16drm/amdgpu: Correct inst_id input from physical to logicLikun Gao-25/+25
2025-12-16drm/amdgpu: use physical xcc id to get rrmtLikun Gao-10/+16
2025-12-16drm/amdgpu: Correct xcc_id input to GET_INST from physical to logicLikun Gao-37/+24
2025-12-16drm/amdgpu: Fix CP_MEC_MDBASE in multi-xcc for gfx v12_1Michael Chen-94/+98
2025-12-16drm/amdgpu: Support 57bit fault address for GFX 12.1.0Philip Yang-1/+1
2025-12-16drm/amdgpu: Add pde3 table invalidation request for GFX 12.1.0Philip Yang-0/+3
2025-12-16drm/amdkfd: Update LDS, Scratch base for 57bit addressPhilip Yang-8/+6
2025-12-16drm/amdgpu: Enable 5-level page table for GFX 12.1.0Philip Yang-3/+3
2025-12-16drm/amdgpu: init RS64_MEC_P2/P3_STACK for gfx12.1Feifei Xu-0/+2
2025-12-16drm/amdgpu: Fix CU info calculations for GFX 12.1Mukul Joshi-51/+27
2025-12-16drm/amdgpu: Add soc v1_0 ih client id tableHawking Zhang-8/+44
2025-12-16drm/amdgpu: Flush TLB on all XCCs on GFX 12.1Mukul Joshi-1/+1
2025-12-16drm/amdgpu: do not use amdgpu_bo_gpu_offset_no_check individuallySaleemkhan Jamadar-2/+30
2025-12-16drm/amdgpu: Change set ip clock/power gating paramLijo Lazar-8/+6
2025-12-16drm/amdgpu: Use helper to get ip blockLijo Lazar-25/+18
2025-12-16drm/amdgpu: Move ip block related functionsLijo Lazar-443/+450
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher-2/+8
2025-12-16drm/amd: Resume the device in thaw() callback when console suspend is disabledMario Limonciello (AMD)-1/+4
2025-12-16drm/amdgpu: enable gpu tlb flush for gfxhubLikun Gao-3/+0
2025-12-16drm/amdgpu: flush tlb properly for GMC v12.1 in early phaseLe Ma-3/+6
2025-12-16drm/amdgpu: Use AMDGPU_IS_GFXHUB to screen out GFXHUB for GMC v12.1Le Ma-3/+3
2025-12-16drm/amdgpu: only copy ucode for enabled xccLikun Gao-4/+6
2025-12-16drm/amdgpu: fix issue when switch NPS1 to NPSXchong li-3/+3
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard-536/+2690
2025-12-13Merge tag 'drm-next-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+5
2025-12-10drm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)-0/+2
2025-12-10drm/amdgpu: Set xcp id for mes ringHawking Zhang-0/+1
2025-12-10drm/amdgpu: Init partition_mode and xcc_mask for GFX_IMU_PARTITION_SWITCHHawking Zhang-3/+6
2025-12-10drm/amdgpu: Initialize vram_info for gmc v12_1Hawking Zhang-7/+17
2025-12-10drm/amdgpu: Init compute partition mode for gfx v12_1Hawking Zhang-6/+28
2025-12-10drm/amdgpu: Initialize memory ranges for gmc v12_1Hawking Zhang-0/+8
2025-12-10drm/amdgpu: Initialize memory partition callbacks for gmc v12_1Hawking Zhang-0/+2
2025-12-10drm/amdgpu: support rlc autoload for muti-xccLikun Gao-19/+38
2025-12-10drm/amdgpu: Enable atomics for all the available xccHawking Zhang-5/+14
2025-12-10drm/amdgpu: Update MES VM_CNTX_CNTL for XNACK off for GFX 12.1Mukul Joshi-4/+2
2025-12-10drm/amdkfd: Enable per-process XNACK for GFX 12.1.0Mukul Joshi-0/+3
2025-12-10drm/amdgpu: Enable retry faults for GFX 12.1Mukul Joshi-1/+5
2025-12-10drm/amdgpu: Add IH node-id to XCC mappingMukul Joshi-4/+29
2025-12-10drm/amdgpu: Add interrupt handler for GFX 12.1.0Mukul Joshi-2/+218
2025-12-10drm/amdgpu: Add UTCL2 Retry fault interrupt for GFX 12.1Mukul Joshi-2/+17
2025-12-10drm/amdgpu/sdma: add query for CSA size and alignmentAlex Deucher-0/+31
2025-12-10drm/amdgpu: fix mes packet params issue when flush hdp.chong li-114/+160
2025-12-10drm/amdgpu/gfx: add eop size and alignment to shadow infoAlex Deucher-0/+10
2025-12-10drm/amdgpu: update sdma configuration for soc v1_0Likun Gao-0/+4
2025-12-10drm/amdgpu: Initialize xcp manager for soc v1_0Hawking Zhang-0/+25
2025-12-10drm/amdgpu: Add soc_v1_0_xcp_funcsHawking Zhang-0/+411
2025-12-10drm/amdgpu: Export sdma_v7_1_xcp_funcsHawking Zhang-0/+1