Home
last modified time | relevance | path

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

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