Home
last modified time | relevance | path

Searched refs:set_apu_thermal_limit (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c517 if (pp_funcs && pp_funcs->set_apu_thermal_limit) { in amdgpu_dpm_set_apu_thermal_limit()
519 ret = pp_funcs->set_apu_thermal_limit(adev->powerplay.pp_handle, limit); in amdgpu_dpm_set_apu_thermal_limit()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3066 if (smu->ppt_funcs && smu->ppt_funcs->set_apu_thermal_limit) in smu_set_apu_thermal_limit()
3067 ret = smu->ppt_funcs->set_apu_thermal_limit(smu, limit); in smu_set_apu_thermal_limit()
3708 .set_apu_thermal_limit = smu_set_apu_thermal_limit,
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h407 int (*set_apu_thermal_limit)(void *handle, uint32_t limit); member