Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h339 int (*get_apu_thermal_limit)(void *handle, uint32_t *limit); member
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c466 if (pp_funcs && pp_funcs->get_apu_thermal_limit) { in amdgpu_dpm_get_apu_thermal_limit()
468 ret = pp_funcs->get_apu_thermal_limit(adev->powerplay.pp_handle, limit); in amdgpu_dpm_get_apu_thermal_limit()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h718 int (*get_apu_thermal_limit)(struct smu_context *smu, uint32_t *limit); member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2617 if (smu->ppt_funcs && smu->ppt_funcs->get_apu_thermal_limit) in smu_get_apu_thermal_limit()
2618 ret = smu->ppt_funcs->get_apu_thermal_limit(smu, limit); in smu_get_apu_thermal_limit()
3135 .get_apu_thermal_limit = smu_get_apu_thermal_limit,
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2563 .get_apu_thermal_limit = vangogh_get_apu_thermal_limit,