Lines Matching +full:turbo +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0 */
8 * Author: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
56 /* Fan Index for Auto Mode */
113 u16 core_temp[8]; /* in centi-Celsius */
115 u16 l3_temp; /* in centi-Celsius */
116 u16 gfx_temp; /* in centi-Celsius */
117 u16 soc_temp; /* in centi-Celsius */
130 u16 skin_temp; /* in centi-Celsius */
225 /* Auto Mode Layer */
227 AUTO_TRANSITION_TO_PERFORMANCE, /* Any other mode to Performance Mode */
228 AUTO_TRANSITION_FROM_QUIET_TO_BALANCE, /* Quiet Mode to Balance Mode */
229 AUTO_TRANSITION_TO_QUIET, /* Any other mode to Quiet Mode */
230 AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE, /* Performance Mode to Balance Mode */
243 u32 time_constant; /* minimum time required to switch to next mode */
244 u32 power_delta; /* delta power to shift mode */
246 u32 timer; /* elapsed time. if timer > TimeThreshold, it will move to next mode */
275 /* Power delta for mode change */
318 CNQF_TRANSITION_TO_TURBO, /* Any other mode to Turbo Mode */
319 CNQF_TRANSITION_FROM_BALANCE_TO_PERFORMANCE, /* quiet/balance to Performance Mode */
320 CNQF_TRANSITION_FROM_QUIET_TO_BALANCE, /* Quiet Mode to Balance Mode */
321 CNQF_TRANSITION_TO_QUIET, /* Any other mode to Quiet Mode */
322 CNQF_TRANSITION_FROM_PERFORMANCE_TO_BALANCE, /* Performance/Turbo to Balance Mode */
323 CNQF_TRANSITION_FROM_TURBO_TO_PERFORMANCE, /* Turbo mode to Performance Mode */
350 u32 time_constant; /* minimum time required to switch to next mode */
352 u32 timer; /* elapsed time. if timer > timethreshold, it will move to next mode */
417 /* Auto Mode Layer */