• Home
  • Raw
  • Download

Lines Matching defs:hwmgr

28 static int smu7_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)  in smu7_enable_disable_uvd_dpm()
35 static int smu7_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable) in smu7_enable_disable_vce_dpm()
42 static int smu7_enable_disable_samu_dpm(struct pp_hwmgr *hwmgr, bool enable) in smu7_enable_disable_samu_dpm()
49 static int smu7_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate) in smu7_update_uvd_dpm()
56 static int smu7_update_vce_dpm(struct pp_hwmgr *hwmgr, bool bgate) in smu7_update_vce_dpm()
63 static int smu7_update_samu_dpm(struct pp_hwmgr *hwmgr, bool bgate) in smu7_update_samu_dpm()
70 int smu7_powerdown_uvd(struct pp_hwmgr *hwmgr) in smu7_powerdown_uvd()
78 int smu7_powerup_uvd(struct pp_hwmgr *hwmgr) in smu7_powerup_uvd()
94 int smu7_powerdown_vce(struct pp_hwmgr *hwmgr) in smu7_powerdown_vce()
102 int smu7_powerup_vce(struct pp_hwmgr *hwmgr) in smu7_powerup_vce()
110 int smu7_powerdown_samu(struct pp_hwmgr *hwmgr) in smu7_powerdown_samu()
119 int smu7_powerup_samu(struct pp_hwmgr *hwmgr) in smu7_powerup_samu()
128 int smu7_disable_clock_power_gating(struct pp_hwmgr *hwmgr) in smu7_disable_clock_power_gating()
143 int smu7_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate) in smu7_powergate_uvd()
166 int smu7_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate) in smu7_powergate_vce()
191 int smu7_powergate_samu(struct pp_hwmgr *hwmgr, bool bgate) in smu7_powergate_samu()
211 int smu7_update_clock_gatings(struct pp_hwmgr *hwmgr, in smu7_update_clock_gatings()
466 int smu7_enable_per_cu_power_gating(struct pp_hwmgr *hwmgr, bool enable) in smu7_enable_per_cu_power_gating()