diff options
author | Evan Quan <evan.quan@amd.com> | 2021-03-24 16:51:52 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-04-09 16:46:38 -0400 |
commit | 2e4b2f7b570a58fc67f25c04a1f6ee93a0938caa (patch) | |
tree | 020c61e62c9fe2baa90078ecee4234fd96c6906d /drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h | |
parent | 1fb4968bec71ed3e8f28918ab2cbed39d2383613 (diff) | |
download | linux-2e4b2f7b570a58fc67f25c04a1f6ee93a0938caa.tar.gz linux-2e4b2f7b570a58fc67f25c04a1f6ee93a0938caa.tar.bz2 linux-2e4b2f7b570a58fc67f25c04a1f6ee93a0938caa.zip |
drm/amd/pm: unify the interface for loading SMU microcode
No need to have special handling for swSMU supported ASICs.
Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h')
-rw-r--r-- | drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h b/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h index 65672bb46337..4dc6ce447b2c 100644 --- a/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h +++ b/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h @@ -1252,10 +1252,6 @@ enum smu_cmn2asic_mapping_type { [profile] = {1, (workload)} #if !defined(SWSMU_CODE_LAYER_L2) && !defined(SWSMU_CODE_LAYER_L3) && !defined(SWSMU_CODE_LAYER_L4) -int smu_load_microcode(struct smu_context *smu); - -int smu_check_fw_status(struct smu_context *smu); - int smu_get_power_limit(struct smu_context *smu, uint32_t *limit, enum smu_ppt_limit_level limit_level); |