summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2026-01-05drm/amdgpu: adjust xcc logic for gfxhub v12_1Likun Gao-19/+33
2026-01-05drm/amdgpu: adjust xcc_cp_resume function for gfx_v12_1Likun Gao-109/+135
2026-01-05drm/amdgpu: disable burst for gfx v12_1Likun Gao-0/+8
2026-01-05drm/amdgpu: Setup Retry based thrashing prevention on GFX 12.1Mukul Joshi-1/+21
2026-01-05drm/amdgpu: Program IH_VMID_LUT_INDEX register on GFX 12.1Mukul Joshi-2/+12
2026-01-05drm/amdgpu/gfx_v12_1: add mqd_stride_size input parameterJack Xiao-0/+4
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for sdmaAlex Deucher-0/+26
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for computeAlex Deucher-0/+26
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-72/+33
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: Add gfx v12_1 interrupt source headerHawking Zhang-6/+6
2025-12-16drm/amdgpu: correct rlc autoload for xcc harvestLikun Gao-1/+2
2025-12-16drm/amdgpu: add gfx sysfs support for gfx_v12_1Likun Gao-0/+4
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