Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c3851 u32 threshold_up = 0, threshold_down = 0; /* in % */ in gen6_set_rps_thresholds() local
3890 threshold_down = 85; in gen6_set_rps_thresholds()
3900 threshold_down = 75; in gen6_set_rps_thresholds()
3910 threshold_down = 60; in gen6_set_rps_thresholds()
3922 GT_INTERVAL_FROM_US(dev_priv, (ei_down * threshold_down / 100))); in gen6_set_rps_thresholds()