Lines Matching refs:gate
302 static int ci_update_uvd_dpm(struct amdgpu_device *adev, bool gate);
879 static void ci_dpm_powergate_uvd(struct amdgpu_device *adev, bool gate) in ci_dpm_powergate_uvd() argument
883 if (pi->uvd_power_gated == gate) in ci_dpm_powergate_uvd()
886 pi->uvd_power_gated = gate; in ci_dpm_powergate_uvd()
888 ci_update_uvd_dpm(adev, gate); in ci_dpm_powergate_uvd()
4182 static int ci_update_uvd_dpm(struct amdgpu_device *adev, bool gate) in ci_update_uvd_dpm() argument
4187 if (!gate) { in ci_update_uvd_dpm()
4201 return ci_enable_uvd_dpm(adev, !gate); in ci_update_uvd_dpm()
4256 static int ci_update_samu_dpm(struct amdgpu_device *adev, bool gate)
4258 return ci_enable_samu_dpm(adev, gate);
4261 static int ci_update_acp_dpm(struct amdgpu_device *adev, bool gate)
4266 if (!gate) {
4275 return ci_enable_acp_dpm(adev, !gate);