Lines Matching defs:gate
172 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate);
749 void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate)
753 if (pi->uvd_power_gated == gate)
756 pi->uvd_power_gated = gate;
758 ci_update_uvd_dpm(rdev, gate);
4062 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate)
4067 if (!gate) {
4081 return ci_enable_uvd_dpm(rdev, !gate);
4130 static int ci_update_samu_dpm(struct radeon_device *rdev, bool gate)
4132 return ci_enable_samu_dpm(rdev, gate);
4135 static int ci_update_acp_dpm(struct radeon_device *rdev, bool gate)
4140 if (!gate) {
4149 return ci_enable_acp_dpm(rdev, !gate);