aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24drm/amd/pm: allow gfxoff on gc_11_0_3Kenneth Feng1-0/+1
2022-10-18drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha1-1/+1
2022-10-18drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng1-0/+1
2022-09-29drm/amdgpu/gfx11: use common function to init cp fwLikun Gao1-139/+16
2022-09-29drm/amdgpu: avoid gfx register accessing during gfxoffEvan Quan1-0/+4
2022-09-29drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang1-152/+4
2022-09-19drm/amdgpu: save rlcv/rlcp ucode version in amdgpu_gfxHawking Zhang1-0/+5
2022-09-01drm/amdgpu: add a compute pipe reset for RS64Horace Chen1-0/+15
2022-08-30drm/amdgpu: init gfx config for gfx v11_0_3Hawking Zhang1-0/+2
2022-08-30drm/amdgpu: declare firmware for new GC 11.0.3Hawking Zhang1-0/+4
2022-08-29drm/amdgpu: drop gc 11_0_0 golden settingsHawking Zhang1-41/+0
2022-08-25drm/amdgpu: add MGCG perfmon setting for gfx11Likun Gao1-0/+3
2022-08-25drm/amdgpu: add sdma instance check for gfx11 CGCGTim Huang1-6/+12
2022-08-22drm/amdgpu: enable GFXOFF allow control for GC IP v11.0.1Tim Huang1-2/+1
2022-08-10drm/amdgpu: enable GFX Power Gating for GC IP v11.0.1Tim Huang1-0/+38
2022-08-10drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.1Tim Huang1-0/+1
2022-07-29drm/amdgpu: correct RLC_RLCS_BOOTLOAD_STATUS offset and indexYifan Zhang1-1/+9
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