Lines Matching refs:bgate
42 static int smu7_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate) in smu7_update_uvd_dpm() argument
44 if (!bgate) in smu7_update_uvd_dpm()
46 return smu7_enable_disable_uvd_dpm(hwmgr, !bgate); in smu7_update_uvd_dpm()
49 static int smu7_update_vce_dpm(struct pp_hwmgr *hwmgr, bool bgate) in smu7_update_vce_dpm() argument
51 if (!bgate) in smu7_update_vce_dpm()
53 return smu7_enable_disable_vce_dpm(hwmgr, !bgate); in smu7_update_vce_dpm()
109 void smu7_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate) in smu7_powergate_uvd() argument
113 data->uvd_power_gated = bgate; in smu7_powergate_uvd()
115 if (bgate) { in smu7_powergate_uvd()
137 void smu7_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate) in smu7_powergate_vce() argument
141 data->vce_power_gated = bgate; in smu7_powergate_vce()
143 if (bgate) { in smu7_powergate_vce()