Home
last modified time | relevance | path

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

/drivers/cpufreq/
A Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
176 dbs_data->up_threshold = input; in up_threshold_store()
190 if (ret != 1 || input < 1 || input >= dbs_data->up_threshold) in down_threshold_store()
247 gov_show_one_common(up_threshold);
254 gov_attr_rw(up_threshold);
262 &up_threshold.attr,
295 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
A Dcpufreq_ondemand.c147 if (load > dbs_data->up_threshold) { in od_update()
236 dbs_data->up_threshold = input; in up_threshold_store()
318 gov_show_one_common(up_threshold);
326 gov_attr_rw(up_threshold);
333 &up_threshold.attr,
372 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
374 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
A Dcpufreq_governor.h45 unsigned int up_threshold; member
/drivers/pmdomain/qcom/
A 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()
1276 desc->up_threshold > RBCPR_CTL_UP_THRESHOLD_MASK || in cpr_init_parameters()
1283 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1343 .up_threshold = 1,
/drivers/gpu/drm/i915/gt/
A Dintel_rps_types.h105 u8 up_threshold; /* Current %busy required to uplock */ member
A Dintel_rps.c135 if (100 * busy > rps->power.up_threshold * dt && in rps_timer()
710 rps->power.up_threshold, ei_up, in rps_set_power()
717 ei_up * rps->power.up_threshold * 10)); in rps_set_power()
1578 rps->power.up_threshold, in intel_rps_enable()
1804 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
2033 rps->power.up_threshold = 95; in intel_rps_init()
2034 rps_to_gt(rps)->defaults.rps_up_threshold = rps->power.up_threshold; in intel_rps_init()
2375 rps->power.up_threshold); in rps_frequency_dump()
2594 return rps->power.up_threshold; in intel_rps_get_up_threshold()
2631 return rps_set_threshold(rps, &rps->power.up_threshold, threshold); in intel_rps_set_up_threshold()
A Dintel_gt_pm_debugfs.c525 rps->power.up_threshold); in rps_boost_show()

Completed in 22 milliseconds