Lines Matching defs:gate
163 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate);
739 void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate)
743 if (pi->uvd_power_gated == gate)
746 pi->uvd_power_gated = gate;
748 ci_update_uvd_dpm(rdev, gate);
4038 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate)
4043 if (!gate) {
4057 return ci_enable_uvd_dpm(rdev, !gate);
4106 static int ci_update_samu_dpm(struct radeon_device *rdev, bool gate)
4108 return ci_enable_samu_dpm(rdev, gate);
4111 static int ci_update_acp_dpm(struct radeon_device *rdev, bool gate)
4116 if (!gate) {
4125 return ci_enable_acp_dpm(rdev, !gate);