aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2026-01-05drm/amdgpu: make normalize reg addr to common func for soc v1Likun Gao5-42/+45
2026-01-05drm/amdgpu: Setup MTYPE on SOC models for GFX 12.1Mukul Joshi1-4/+2
2026-01-05drm/amdgpu: Report correct compute partition mode on GFX 12.1Mukul Joshi1-1/+1
2026-01-05drm/amdkfd: Send MES packets on correct XCC on GFX 12.1Mukul Joshi2-3/+6
2026-01-05drm/amdkfd: Add/remove queues on the correct XCC on GFX 12.1Mukul Joshi1-0/+2
2026-01-05drm/amdkfd: Don't partition VMID space on GFX 12.1Mukul Joshi1-1/+3
2026-01-05drm/amdgpu: Rework MES initialization on GFX 12.1Mukul Joshi1-10/+46
2026-01-05drm/amdgpu: Use correct MES pipe in non-SPX mode on GFX 12.1Mukul Joshi2-3/+11
2026-01-05drm/amdgpu: adjust xcc_id program logic for sdma v7_1Likun Gao1-8/+11
2026-01-05drm/amdgpu: adjust xcc logic for gfxhub v12_1Likun Gao1-19/+33
2026-01-05drm/amdgpu: adjust xcc_cp_resume function for gfx_v12_1Likun Gao1-106/+132
2026-01-05drm/amdkfd: Add SDMA queue quantum support for GFX12.1Gang Ba1-0/+4
2026-01-05drm/amdkfd: Set SDMA_QUEUEx_IB_CNTL/SWITCH_INSIDE_IBGang Ba2-0/+12
2026-01-05drm/amdgpu: disable burst for gfx v12_1Likun Gao1-0/+8
2026-01-05drm/amdgpu: Setup Retry based thrashing prevention on GFX 12.1Mukul Joshi1-1/+21
2026-01-05drm/amdgpu: Program IH_VMID_LUT_INDEX register on GFX 12.1Mukul Joshi1-2/+12
2026-01-05drm/amd/ras: Support physical address convertJinzhou Su6-11/+68
2026-01-05drm/amdgpu/gfx_v12_1: add mqd_stride_size input parameterJack Xiao2-0/+4
2026-01-05drm/amdkfd: Fix a couple of spelling mistakesColin Ian King2-2/+2
2026-01-05drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enumBagas Sanjaya1-0/+1
2026-01-05drm/amd/display: Don't use kernel-doc comment in dc_register_software_state structBagas Sanjaya1-1/+1
2026-01-05drm/amd/display: Reduce number of arguments of dcn30's CalculateWatermarksAndDRAMSpeedChangeSupport()Nathan Chancellor1-221/+66
2026-01-05drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSchedule()Nathan Chancellor1-185/+73
2026-01-05drm/amd/display: Apply e4479aecf658 to dmlNathan Chancellor1-1/+5
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for sdmaAlex Deucher1-0/+26
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for computeAlex Deucher1-0/+26
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie4-75/+36
2025-12-22drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper functionsJani Nikula1-0/+3
2025-12-16drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski1-1/+1
2025-12-16drm/amd/pm: restore SCLK settings after S0ix resumemythilam2-5/+37
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher1-2/+8
2025-12-16drm/amd/display: Fix DP no audio issueCharlene Liu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN351Ray Wu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN35Ray Wu1-4/+4
2025-12-16drm/amd: Resume the device in thaw() callback when console suspend is disabledMario Limonciello (AMD)1-1/+4
2025-12-16drm/amdgpu: Add gfx v12_1 interrupt source headerHawking Zhang3-6/+142
2025-12-16drm/amdkfd: Override KFD SVM mappings for GFX 12.1Mukul Joshi1-1/+3
2025-12-16drm/amdgpu: correct rlc autoload for xcc harvestLikun Gao1-1/+2
2025-12-16drm/amdgpu: add gfx sysfs support for gfx_v12_1Likun Gao1-0/+4
2025-12-16drm/amdgpu/mes_v12_1: fix mes access xcd registerJack Xiao1-0/+20
2025-12-16drm/amdgpu: normalize reg addr as local xcc for gfx v12_1Likun Gao1-0/+30
2025-12-16drm/amdgpu: support xcc harvest for ih translateLikun Gao1-4/+6
2025-12-16drm/amdgpu: Correct inst_id input from physical to logicLikun Gao1-25/+25
2025-12-16drm/amdgpu: use physical xcc id to get rrmtLikun Gao1-10/+16
2025-12-16drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski1-1/+1
2025-12-16drm/amdgpu: Correct xcc_id input to GET_INST from physical to logicLikun Gao3-37/+24
2025-12-16drm/amdgpu: Fix CP_MEC_MDBASE in multi-xcc for gfx v12_1Michael Chen1-91/+95
2025-12-16drm/amdgpu: Support 57bit fault address for GFX 12.1.0Philip Yang1-1/+1
2025-12-16drm/amdgpu: Add pde3 table invalidation request for GFX 12.1.0Philip Yang2-0/+3
2025-12-16drm/amdkfd: Update LDS, Scratch base for 57bit addressPhilip Yang2-10/+14