Searched refs:threshold_up (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c4310 u32 threshold_up = 0, threshold_down = 0; /* in % */ gen6_set_rps_thresholds() local
4345 threshold_up = 95; gen6_set_rps_thresholds()
4355 threshold_up = 90; gen6_set_rps_thresholds()
4365 threshold_up = 85; gen6_set_rps_thresholds()
4376 GT_INTERVAL_FROM_US(dev_priv, (ei_up * threshold_up / 100))); gen6_set_rps_thresholds()
4392 dev_priv->rps.up_threshold = threshold_up; gen6_set_rps_thresholds()

Completed in 118 milliseconds