diff options
| author | Kevin Wang <[email protected]> | 2019-08-20 13:28:51 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-08-21 22:17:14 -0500 |
| commit | 03dce35deb8575c85490b90b3c3a5f6e7613c1b9 (patch) | |
| tree | f551e66480c3de0fc8a5010b60fdba8cfd5c00ad /tools/perf/scripts/python/netdev-times.py | |
| parent | ebecc6c48f39b3c549bee1e4ecb9be01bf341a0f (diff) | |
drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h
remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h
"
#define smu_get_uclk_dpm_states(smu, clocks_in_khz, num_states) \
((smu)->ppt_funcs->get_uclk_dpm_states ? (smu)->ppt_funcs->get_uclk_dpm_states((smu), (clocks_in_khz), (num_states)) : 0)
#define smu_get_max_sustainable_clocks_by_dc(smu, max_clocks) \
((smu)->funcs->get_max_sustainable_clocks_by_dc ? (smu)->funcs->get_max_sustainable_clocks_by_dc((smu), (max_clocks)) : 0)
#define smu_get_uclk_dpm_states(smu, clocks_in_khz, num_states) \
((smu)->ppt_funcs->get_uclk_dpm_states ? (smu)->ppt_funcs->get_uclk_dpm_states((smu), (clocks_in_khz), (num_states)) : 0)
"
Signed-off-by: Kevin Wang <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions