• Rafael J. Wysocki's avatar
    cpufreq: intel_pstate: Add ->offline and ->online callbacks · 4adcf2e5
    Rafael J. Wysocki authored
    Add ->offline and ->online driver callbacks to prepare for taking a
    CPU offline and to restore its working configuration when it goes
    back online, respectively, to avoid invoking the ->init callback on
    every CPU online which is quite a bit of unnecessary overhead.
    
    Define ->offline and ->online so that they can be used in the
    passive mode as well as in the active mode and because ->offline
    will do the majority of ->stop_cpu work, the passive mode does
    not need that callback any more, so drop it from there.
    
    Also modify the active mode ->suspend and ->resume callbacks to
    prevent them from interfering with the new ->offline and ->online
    ones in case the latter are invoked withing the system-wide suspend
    and resume code flow and make the passive mode use them too.
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    Acked-by: default avatarSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
    4adcf2e5
intel_pstate.c 76.8 KB