Re: [PATCH 1/2] thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_cooling

From: Lukasz Luba
Date: Tue Feb 22 2022 - 13:32:03 EST




On 2/22/22 18:12, Daniel Lezcano wrote:

Hi Lukasz,

I don't think it makes sense to remove the support of the energy model if the units are abstracts.

IIUC, regarding your previous answer, we don't really know what will do the SoC vendor with these numbers and likely they will provide consistent abstract values which won't prevent a correct behavior.

What would be the benefit of giving inconsistent abstract values which will be unusable except of giving a broken energy model?

The power values in the EM which has abstract scale, would make sense to EAS, but not for IPA or DTPM. Those platforms which want to enable EAS,
but don't need IPA, would register such '<a_good_name_here>' EM.


Your proposed changes would be acceptable if the energy model has a broken flag IMO

That is doable. I can add that flag, so we can call it 'artificial' EM
(when this new flag is set).

Let me craft the RFC patch with this new flag proposal then.
Do you agree? Can I also add you as 'Suggested-by'?

Thank you for coming back to me with the comments.