drm/amdgpu: Remove phm_powerdown_uvd
phm_powerdown_uvd() has been unused since 2017's
commit 47047263c5 ("drm/amd/powerplay: delete eventmgr related files.")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
8d00cfd5e6
commit
51cd1bcfac
@@ -149,16 +149,6 @@ int phm_apply_clock_adjust_rules(struct pp_hwmgr *hwmgr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int phm_powerdown_uvd(struct pp_hwmgr *hwmgr)
|
||||
{
|
||||
PHM_FUNC_CHECK(hwmgr);
|
||||
|
||||
if (hwmgr->hwmgr_func->powerdown_uvd != NULL)
|
||||
return hwmgr->hwmgr_func->powerdown_uvd(hwmgr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int phm_disable_clock_power_gatings(struct pp_hwmgr *hwmgr)
|
||||
{
|
||||
PHM_FUNC_CHECK(hwmgr);
|
||||
|
||||
@@ -396,7 +396,6 @@ struct phm_odn_clock_levels {
|
||||
};
|
||||
|
||||
extern int phm_disable_clock_power_gatings(struct pp_hwmgr *hwmgr);
|
||||
extern int phm_powerdown_uvd(struct pp_hwmgr *hwmgr);
|
||||
extern int phm_setup_asic(struct pp_hwmgr *hwmgr);
|
||||
extern int phm_enable_dynamic_state_management(struct pp_hwmgr *hwmgr);
|
||||
extern int phm_disable_dynamic_state_management(struct pp_hwmgr *hwmgr);
|
||||
|
||||
Reference in New Issue
Block a user