HomeSort by: relevance | last modified time | path
    Searched refs:__I915_SAMPLE_RC6_LAST_REPORTED (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.h 23 __I915_SAMPLE_RC6_LAST_REPORTED,
i915_pmu.c 182 if (val < pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur)
183 val = pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur;
185 pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur = val;
661 pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur = 0;

Completed in 13 milliseconds