summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/amdgpu/gfx11: add aggregated doorbell supportJack Xiao1-11/+71
2022-07-13drm/amdgpu: support gfx soft reset for gfx v11Likun Gao1-49/+132
2022-06-14drm/amd: disable GPA mode in backdoor loadYifan Zhang1-0/+3
2022-06-08drm/amdgpu: Add MODE register to wave debug info in gfx11Joseph Greathouse1-0/+1
2022-06-03drm/amdgpu: delete duplicate condition in gfx_v11_0_soft_reset()Dan Carpenter1-13/+11
2022-06-03drm/amdgpu: add apu sequence in the imu v11Huang Rui1-1/+5
2022-06-03drm/amdgpu: introduce two work mode for imuHuang Rui1-0/+1
2022-06-03drm/amdgpu: suppress the compile warning about 64 bit typeEvan Quan1-1/+1
2022-06-01drm/amdgpu: make gfx_v11_0_rlc_stop staticsunliming1-1/+1
2022-06-01drm/amdgpu: fix a missing break in gfx_v11_0_handle_priv_faultsunliming1-0/+1
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai1-1/+1
2022-05-18drm/amdgpu: Unmap legacy queue when MES is enabledLuben Tuikov1-1/+1
2022-05-16drm/amdgpu/gfx11: fix me field handling in map_queue packetJack Xiao1-2/+5
2022-05-10drm/amdgpu/gfx11: unlock on error in gfx_v11_0_kiq_resume()Dan Carpenter1-1/+3
2022-05-10drm/amd/pm: enable gfxoff control on smu_v13_0_7Kenneth Feng1-0/+1
2022-05-06drm/amdgpu/gfx11: remove unneeded semicolonYang Li1-1/+1
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-22/+3
2022-05-06drm/amdgpu: add gfx support for GC 11.0.1Huang Rui1-0/+36
2022-05-06drm/amdgpu: skip the new gc doorbell function for some asicsXiaojian Du1-1/+2
2022-05-05drm/amdgpu: add initial GC 11.0.2 supportFlora Cui1-0/+6
2022-05-05drm/amdgpu: enable more GFX clockgating features for GC 11.0.0Evan Quan1-14/+86
2022-05-05drm/amdgpu/gfx11: Avoid uninitialised variable 'index'Mike Lothian1-1/+2
2022-05-05drm/amdgpu/gfx11: Add missing breakMike Lothian1-0/+1
2022-05-05drm/amdgpu/gfx11: remove some register fields that no longer existAlex Deucher1-6/+0
2022-05-04drm/amdgpu/gfx11: enable kiq to map mes ringJack Xiao1-1/+15
2022-05-04drm/amdgpu: enable GENERIC0_INT for gfx/compute pipesHawking Zhang1-0/+8
2022-05-04drm/amdgpu: add init support for GFX11 (v2)Hawking Zhang1-0/+6320