Home
last modified time | relevance | path

Searched refs:smu_handle_passthrough_sbr (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h1299 int (*smu_handle_passthrough_sbr)(struct smu_context *smu, bool enable); member
1496 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable);
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3079 int smu_handle_passthrough_sbr(struct smu_context *smu, bool enable) in smu_handle_passthrough_sbr() function
3083 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()
/linux-6.6.21/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c602 ret = smu_handle_passthrough_sbr(adev->powerplay.pp_handle, in amdgpu_dpm_handle_passthrough_sbr()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c2126 .smu_handle_passthrough_sbr = aldebaran_smu_handle_passthrough_sbr,
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2509 .smu_handle_passthrough_sbr = smu_v11_0_handle_passthrough_sbr,