Searched refs:smu_handle_passthrough_sbr (Results 1 – 5 of 5) sorted by relevance
1293 int (*smu_handle_passthrough_sbr)(struct smu_context *smu, bool enable); member1489 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable);
2939 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable) in smu_handle_passthrough_sbr() function2943 if (smu->ppt_funcs->smu_handle_passthrough_sbr) in smu_handle_passthrough_sbr()2944 ret = smu->ppt_funcs->smu_handle_passthrough_sbr(smu, enable); in smu_handle_passthrough_sbr()
554 ret = smu_handle_passthrough_sbr(adev->powerplay.pp_handle, in amdgpu_dpm_handle_passthrough_sbr()
2131 .smu_handle_passthrough_sbr = aldebaran_smu_handle_passthrough_sbr,
2508 .smu_handle_passthrough_sbr = smu_v11_0_handle_passthrough_sbr,