linux_dsm_epyc7002/drivers/gpu/drm/amd/powerplay
Evan Quan 982d68b093 drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2
By moving the implemention to renoir_ppt.c considering
it's really ASIC specific.

V2: fix compile warnings below
drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.h:40:25: warning: array subscript is above array bounds [-Warray-bounds]
    freq = table->FClocks[dpm_level].Freq; \
drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.c:195:2: note: in expansion of macro ‘GET_DPM_CUR_FREQ’
  GET_DPM_CUR_FREQ(clk_table, clk_type, dpm_level, *freq);
  ^~~~~~~~~~~~~~~~
drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.h:46:25: warning: array subscript is above array bounds [-Warray-bounds]
    freq = table->FClocks[dpm_level].Freq;  \
drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.c:195:2: note: in expansion of macro ‘GET_DPM_CUR_FREQ’
  GET_DPM_CUR_FREQ(clk_table, clk_type, dpm_level, *freq);

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-07-15 12:43:38 -04:00
..
hwmgr drm/amdgpu: remove unused functions 2020-07-01 01:59:23 -04:00
inc drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 2020-07-15 12:43:38 -04:00
smumgr drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RAS 2020-07-01 01:59:27 -04:00
amd_powerplay.c drm/amd/powerplay: perform PG ungate prior to CG ungate 2020-05-06 16:51:15 -04:00
amdgpu_smu.c drm/amd/powerplay: update UMD pstate clock settings 2020-07-15 12:42:46 -04:00
arcturus_ppt.c drm/amd/powerplay: drop unnecessary Arcturus specific APIs 2020-07-15 12:43:00 -04:00
arcturus_ppt.h drm/amd/powerplay: update arcturus_ppt.c/h V3 2019-07-30 23:48:33 -05:00
Makefile drm/amdgpu/powerplay: add initial swSMU support for sienna_cichlid (v2) 2020-06-03 13:52:05 -04:00
navi10_ppt.c drm/amd/powerplay: drop unnecessary Navi1x specific APIs 2020-07-15 12:43:06 -04:00
navi10_ppt.h drm/amdgpu/smu: custom pstate profiling clock frequence for navi series asics 2020-01-07 12:01:09 -05:00
renoir_ppt.c drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 2020-07-15 12:43:38 -04:00
renoir_ppt.h drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 2020-07-15 12:43:38 -04:00
sienna_cichlid_ppt.c drm/amd/powerplay: drop Sienna Cichlid specific set_soft_freq_limited_range 2020-07-15 12:43:19 -04:00
sienna_cichlid_ppt.h drm/amd/powerplay: support to get power index for sienna_cichlid 2020-06-03 13:52:13 -04:00
smu_internal.h drm/amd/powerplay: drop Sienna Cichlid specific set_soft_freq_limited_range 2020-07-15 12:43:19 -04:00
smu_v11_0.c drm/amd/powerplay: apply gfxoff disablement/enablement for all SMU11 ASICs 2020-07-15 12:43:25 -04:00
smu_v12_0.c drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 2020-07-15 12:43:38 -04:00