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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 2110 static struct intel_context *oa_context(struct i915_perf_stream *stream) function in typeref:struct:intel_context *
2134 return emit_oa_config(stream, stream->oa_config, oa_context(stream));
2562 return emit_oa_config(stream, oa_config, oa_context(stream));
2616 return emit_oa_config(stream, oa_config, oa_context(stream));
3330 err = emit_oa_config(stream, config, oa_context(stream));
i915_perf.c 2110 static struct intel_context *oa_context(struct i915_perf_stream *stream) function in typeref:struct:intel_context *
2134 return emit_oa_config(stream, stream->oa_config, oa_context(stream));
2562 return emit_oa_config(stream, oa_config, oa_context(stream));
2616 return emit_oa_config(stream, oa_config, oa_context(stream));
3330 err = emit_oa_config(stream, config, oa_context(stream));

Completed in 28 milliseconds