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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 395 * @oa_hw_tail_read: read the OA tail pointer register
401 u32 (*oa_hw_tail_read)(struct i915_perf_stream *stream); member in struct:i915_oa_ops
i915_perf.c 513 hw_tail = stream->perf->ops.oa_hw_tail_read(stream);
4524 perf->ops.oa_hw_tail_read = gen7_oa_hw_tail_read;
4555 perf->ops.oa_hw_tail_read = gen8_oa_hw_tail_read;
4582 perf->ops.oa_hw_tail_read = gen8_oa_hw_tail_read;
4606 perf->ops.oa_hw_tail_read = gen12_oa_hw_tail_read;

Completed in 15 milliseconds