Lines Matching refs:gate
185 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate);
761 void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate) in ci_dpm_powergate_uvd() argument
765 if (pi->uvd_power_gated == gate) in ci_dpm_powergate_uvd()
768 pi->uvd_power_gated = gate; in ci_dpm_powergate_uvd()
770 ci_update_uvd_dpm(rdev, gate); in ci_dpm_powergate_uvd()
4044 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate) in ci_update_uvd_dpm() argument
4049 if (!gate) { in ci_update_uvd_dpm()
4063 return ci_enable_uvd_dpm(rdev, !gate); in ci_update_uvd_dpm()
4112 static int ci_update_samu_dpm(struct radeon_device *rdev, bool gate)
4114 return ci_enable_samu_dpm(rdev, gate);
4117 static int ci_update_acp_dpm(struct radeon_device *rdev, bool gate)
4122 if (!gate) {
4131 return ci_enable_acp_dpm(rdev, !gate);