Home
last modified time | relevance | path

Searched refs:up_threshold (Results 1 – 8 of 8) sorted by relevance

/drivers/cpufreq/
Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
174 dbs_data->up_threshold = input; in store_up_threshold()
189 input >= dbs_data->up_threshold) in store_down_threshold()
246 gov_show_one_common(up_threshold);
253 gov_attr_rw(up_threshold);
261 &up_threshold.attr,
293 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
Dcpufreq_ondemand.c145 if (load > dbs_data->up_threshold) { in od_update()
234 dbs_data->up_threshold = input; in store_up_threshold()
316 gov_show_one_common(up_threshold);
324 gov_attr_rw(up_threshold);
331 &up_threshold.attr,
369 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
371 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
Dcpufreq_governor.h45 unsigned int up_threshold; member
/drivers/soc/qcom/
Dcpr.c174 unsigned int up_threshold; member
485 error_steps < desc->up_threshold) { in cpr_scale()
491 error_steps = max(desc->up_threshold, in cpr_scale()
574 val = desc->up_threshold; in cpr_scale()
724 val = desc->up_threshold << RBCPR_CTL_UP_THRESHOLD_SHIFT; in cpr_config()
1287 desc->up_threshold > RBCPR_CTL_UP_THRESHOLD_MASK || in cpr_init_parameters()
1294 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1354 .up_threshold = 1,
/drivers/gpu/drm/i915/gt/
Dintel_rps_types.h90 u8 up_threshold; /* Current %busy required to uplock */ member
Ddebugfs_gt_pm.c415 rps->power.up_threshold); in frequency_show()
599 rps->power.up_threshold); in rps_boost_show()
Dintel_rps.c123 if (100 * busy > rps->power.up_threshold * dt && in rps_timer()
725 rps->power.up_threshold = threshold_up; in rps_set_power()
1659 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
/drivers/gpu/drm/i915/
Di915_debugfs.c521 rps->power.up_threshold); in i915_frequency_info()