Searched refs:smu_handle_passthrough_sbr (Results 1 – 5 of 5) sorted by relevance
1299 int (*smu_handle_passthrough_sbr)(struct smu_context *smu, bool enable); member1496 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable);
3079 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable) in smu_handle_passthrough_sbr() function3083 if (smu->ppt_funcs->smu_handle_passthrough_sbr) in smu_handle_passthrough_sbr()3084 ret = smu->ppt_funcs->smu_handle_passthrough_sbr(smu, enable); in smu_handle_passthrough_sbr()
602 ret = smu_handle_passthrough_sbr(adev->powerplay.pp_handle, in amdgpu_dpm_handle_passthrough_sbr()
2126 .smu_handle_passthrough_sbr = aldebaran_smu_handle_passthrough_sbr,
2509 .smu_handle_passthrough_sbr = smu_v11_0_handle_passthrough_sbr,