summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2025-12-10drm/amdgpu: Add interrupt handler for GFX 12.1.0Mukul Joshi-3/+224
2025-12-10drm/amdgpu: Add UTCL2 Retry fault interrupt for GFX 12.1Mukul Joshi-2/+19
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/amd/ras: Add vram_type to ras_ta_init_flagsCandice Li-0/+4
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
2025-12-10drm/amdgpu: Export gfx_v12_1_xcp_funcHawking Zhang-0/+2
2025-12-10drm/amdgpu: Add vram_type to ras init_flagsCandice Li-0/+2
2025-12-10drm/amd/ras: Reduce stack usage in amdgpu_virt_ras_get_cper_records()Srinivasan Shanmugam-4/+13
2025-12-10drm/amdkfd: Handle GPU reset and drain retry fault racePhilip Yang-1/+6
2025-12-10Revert "drm/amd/display: Fix pbn to kbps Conversion"Mario Limonciello-23/+36
2025-12-10drm/amdgpu: Add switch_compute_partition callback for imu v12_1Hawking Zhang-0/+21
2025-12-10drm/amdgpu: Implement gfx_v12_1_get_xccs_per_xcpHawking Zhang-0/+7
2025-12-10drm/amdgpu: Remove redundant check for async_gfx_ringHawking Zhang-3/+1
2025-12-10drm/amdgpu: disable graphics doorbell range for gfx v12_1Likun Gao-0/+4
2025-12-10drm/amdgpu: enable unmap doorbell handle for gfx v12_1Likun Gao-1/+1
2025-12-10drm/amdgpu: revision doorbel range for gfx v12_1Likun Gao-16/+6
2025-12-10drm/amdkfd: disable shader message vgpr deallocation on gc 12.1Jonathan Kim-0/+5
2025-12-10drm/amdgpu: Remove redundant pmfw backdoor loadingHawking Zhang-15/+0
2025-12-10drm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)-0/+2
2025-12-10drm/amdgpu/acpi: Reduce amdgpu_acpi_detect stack usageSrinivasan Shanmugam-5/+10
2025-12-08drm/amd/display: Improve HDMI info retrievalIvan Lipski-0/+11
2025-12-08drm/amdkfd: bump minimum vgpr size for gfx1151Jonathan Kim-0/+1
2025-12-08drm/amd/display: shrink struct membersRosen Penev-10/+5
2025-12-08drm/amdkfd: Export the cwsr_size and ctl_stack_size to userspaceMario Limonciello-0/+4
2025-12-08drm/amd/display: Refactor dml_core_mode_support to reduce stack frameAlex Hung-63/+71
2025-12-08drm/amdgpu: don't attach the tlb fence for SIAlex Deucher-1/+3
2025-12-08drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()Alex Deucher-1/+1
2025-12-08drm/amdkfd: Trap handler support for expert scheduling modeJay Cornwall-26/+73
2025-12-08drm/amdkfd: Use huge page size to check split svm range alignmentXiaogang Chen-14/+32
2025-12-08drm/amdgpu: pass the entity to use to ttm public functionsPierre-Eric Pelloux-Prayer-29/+32
2025-12-08drm/amdgpu: pass the entity to use to amdgpu_ttm_map_bufferPierre-Eric Pelloux-Prayer-21/+34
2025-12-08drm/amdgpu: fix error handling in amdgpu_copy_bufferPierre-Eric Pelloux-Prayer-4/+2
2025-12-08drm/amdgpu: add amdgpu_ttm_job_submit helperPierre-Eric Pelloux-Prayer-18/+16
2025-12-08drm/amdgpu: introduce amdgpu_ttm_buffer_entityPierre-Eric Pelloux-Prayer-18/+39
2025-12-08drm/amdgpu: add imu support for gc 12_1Likun Gao-35/+186
2025-12-08drm/amdgpu: fix mes code error for muti-xccLikun Gao-2/+3
2025-12-08drm/amdgpu/gmc12: set MMHUBs based on aid_maskLikun Gao-1/+3
2025-12-08drm/amdgpu: set gfxhub according xcc_mask for gfx 12_1Likun Gao-1/+11
2025-12-08drm/amdgpu: add xcc info for compute ring nameLikun Gao-1/+2
2025-12-08drm/amdkfd: bump minimum vgpr size for gfx1151Jonathan Kim-0/+1
2025-12-08drm/amdgpu: Revert retry based thrashing prevention on GFX 12.1.0Mukul Joshi-11/+0
2025-12-08drm/amdgpu: Init single mes instance if xcc_mask is unsetHawking Zhang-2/+3
2025-12-08drm/amdgpu: Setup MTYPEs for GFX 12.1.0Mukul Joshi-3/+74
2025-12-08drm/amdgpu: update sh mem base offsets for gfx 12.1Alex Sierra-4/+4
2025-12-08drm/amd/ras: Reduce stack usage in ras_umc_handle_bad_pages()Srinivasan Shanmugam-8/+21