HomeSort by: relevance | last modified time | path
    Searched defs:threshold_up (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c 543 u32 threshold_up = 0, threshold_down = 0; /* in % */ local
556 threshold_up = 95;
566 threshold_up = 90;
576 threshold_up = 85;
592 GT_INTERVAL_FROM_US(i915, ei_up * threshold_up / 100));
608 rps->power.up_threshold = threshold_up;

Completed in 59 milliseconds