HomeSort by: relevance | last modified time | path
    Searched defs:threshold_down (Results 1 - 2 of 2) 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
560 threshold_down = 85;
570 threshold_down = 75;
580 threshold_down = 60;
596 GT_INTERVAL_FROM_US(i915, ei_down * threshold_down / 100));
609 rps->power.down_threshold = threshold_down;
intel_rps.c 543 u32 threshold_up = 0, threshold_down = 0; /* in % */ local
560 threshold_down = 85;
570 threshold_down = 75;
580 threshold_down = 60;
596 GT_INTERVAL_FROM_US(i915, ei_down * threshold_down / 100));
609 rps->power.down_threshold = threshold_down;

Completed in 32 milliseconds