Searched refs:get_apu_thermal_limit (Results 1 – 3 of 3) sorted by relevance
503 if (pp_funcs && pp_funcs->get_apu_thermal_limit) { in amdgpu_dpm_get_apu_thermal_limit()505 ret = pp_funcs->get_apu_thermal_limit(adev->powerplay.pp_handle, limit); in amdgpu_dpm_get_apu_thermal_limit()
3055 if (smu->ppt_funcs && smu->ppt_funcs->get_apu_thermal_limit) in smu_get_apu_thermal_limit()3056 ret = smu->ppt_funcs->get_apu_thermal_limit(smu, limit); in smu_get_apu_thermal_limit()3707 .get_apu_thermal_limit = smu_get_apu_thermal_limit,
406 int (*get_apu_thermal_limit)(void *handle, uint32_t *limit); member