Searched refs:smu_handle_passthrough_sbr (Results 1 – 5 of 5) sorted by relevance
1355 int (*smu_handle_passthrough_sbr)(struct smu_context *smu, bool enable); member1623 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable);
3495 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable) in smu_handle_passthrough_sbr() function3499 if (smu->ppt_funcs->smu_handle_passthrough_sbr) in smu_handle_passthrough_sbr()3500 ret = smu->ppt_funcs->smu_handle_passthrough_sbr(smu, enable); in smu_handle_passthrough_sbr()
650 ret = smu_handle_passthrough_sbr(adev->powerplay.pp_handle, in amdgpu_dpm_handle_passthrough_sbr()
2090 .smu_handle_passthrough_sbr = aldebaran_smu_handle_passthrough_sbr,
2430 .smu_handle_passthrough_sbr = smu_v11_0_handle_passthrough_sbr,