aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang1-5/+6
2026-03-17drm/amdgpu: Add poison consumption handling for gfx v12_1YiPeng Chai1-0/+44
2026-03-17drm/amdgpu: retire some unsupport cmd pkt bit for gfx v12_1Likun Gao1-12/+5
2026-03-17drm/amdgpu: Revert setting up Retry based Thrashing on GFX 12.1Sreekant Somasekharan1-19/+0
2026-03-06drm/amdgpu/gfx12.1: add support for disable_kqAlex Deucher1-19/+71
2026-03-06drm/amdgpu: gfx 12.1 cleanupsAlex Deucher1-15/+4
2026-03-04drm/amdgpu: GFX12.1 scratch memory limit up to 57-bitPhilip Yang1-1/+1
2026-01-29drm/amdgpu: Use AMDGPU_MQD_SIZE_ALIGN in KGDLang Yu1-1/+1
2026-01-27drm/amdgpu/mes: Remove idr leftovers v2Tvrtko Ursulin1-13/+12
2026-01-05drm/amdgpu: RLC-G VF Register Access InterfaceBokun Zhang1-10/+16
2026-01-05drm/amdgpu: enable CP interrupt for gfx v12_1 in frontdoor loading caseLe Ma1-2/+3
2026-01-05drm/amdgpu: Add sysfs up clean for gfx_v12_1Asad Kamal1-0/+1
2026-01-05drm/amdgpu: Update TCP Control register on GFX 12.1Mukul Joshi1-0/+12
2026-01-05drm/amdgpu: Disable TCP Early Write Ack for GFX 12.1Mukul Joshi1-0/+12
2026-01-05drm/amdgpu: update mcm_addr_lut data for imu v12_1Likun Gao1-5/+0
2026-01-05drm/amdgpu: Init mcm_addr look up tableHawking Zhang1-0/+5
2026-01-05drm/amdgpu/gfx12.1: Don't fetch default register values from hardware in mqd initLang Yu1-8/+16
2026-01-05drm/amd: Pass `adev` to amdgpu_gfx_parse_disable_cu()Mario Limonciello (AMD)1-1/+1
2026-01-05drm/amdgpu: Fix xcc_id input for soc_v1_0_grbm_selectHawking Zhang1-4/+4
2026-01-05drm/amdgpu: Do not initialize imu callback for vfHawking Zhang1-2/+2
2026-01-05drm/amdgpu: make normalize reg addr to common func for soc v1Likun Gao1-25/+4
2026-01-05drm/amdgpu: adjust xcc_cp_resume function for gfx_v12_1Likun Gao1-106/+132
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/gfx_v12_1: add mqd_stride_size input parameterJack Xiao1-0/+3
2025-12-16drm/amdgpu: Add gfx v12_1 interrupt source headerHawking Zhang1-4/+4
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: 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 xcc_id input to GET_INST from physical to logicLikun Gao1-3/+3
2025-12-16drm/amdgpu: Fix CP_MEC_MDBASE in multi-xcc for gfx v12_1Michael Chen1-91/+95
2025-12-16drm/amdkfd: Update LDS, Scratch base for 57bit addressPhilip Yang1-8/+6
2025-12-16drm/amdgpu: init RS64_MEC_P2/P3_STACK for gfx12.1Feifei Xu1-0/+2
2025-12-16drm/amdgpu: Fix CU info calculations for GFX 12.1Mukul Joshi1-51/+27
2025-12-16drm/amdgpu: Add soc v1_0 ih client id tableHawking Zhang1-3/+3
2025-12-16drm/amdgpu: flush tlb properly for GMC v12.1 in early phaseLe Ma1-2/+5
2025-12-16drm/amdgpu: only copy ucode for enabled xccLikun Gao1-4/+6
2025-12-10drm/amdgpu: Init compute partition mode for gfx v12_1Hawking Zhang1-6/+28
2025-12-10drm/amdgpu: support rlc autoload for muti-xccLikun Gao1-19/+38
2025-12-10drm/amdgpu: Enable atomics for all the available xccHawking Zhang1-5/+14
2025-12-10drm/amdgpu: Add IH node-id to XCC mappingMukul Joshi1-4/+29
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: 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-08drm/amdgpu: add imu support for gc 12_1Likun Gao1-34/+15
2025-12-08drm/amdgpu: add xcc info for compute ring nameLikun Gao1-1/+2