Home
last modified time | relevance | path

Searched refs:max_win (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
A Di915_hwmon.c205 u64 tau4, r, max_win; in hwm_power1_max_interval_store() local
227 max_win = mul_u64_u32_shr(tau4, SF_TIME, hwmon->scl_shift_time + x_w); in hwm_power1_max_interval_store()
229 if (val > max_win) in hwm_power1_max_interval_store()
/drivers/gpu/drm/xe/
A Dxe_hwmon.c551 u64 tau4, r, max_win; in xe_hwmon_power_max_interval_store() local
580 max_win = mul_u64_u32_shr(tau4, SF_TIME, hwmon->scl_shift_time + x_w); in xe_hwmon_power_max_interval_store()
582 if (val > max_win) in xe_hwmon_power_max_interval_store()

Completed in 8 milliseconds