Lines Matching defs:bgate
44 static int smu7_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate)
46 if (!bgate)
48 return smu7_enable_disable_uvd_dpm(hwmgr, !bgate);
51 static int smu7_update_vce_dpm(struct pp_hwmgr *hwmgr, bool bgate)
53 if (!bgate)
55 return smu7_enable_disable_vce_dpm(hwmgr, !bgate);
114 void smu7_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
118 data->uvd_power_gated = bgate;
120 if (bgate) {
142 void smu7_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate)
146 data->vce_power_gated = bgate;
148 if (bgate) {