Searched defs:i915_oa_ops (Results 1 – 1 of 1) sorted by relevance
320 struct i915_oa_ops { struct325 bool (*is_valid_b_counter_reg)(struct i915_perf *perf, u32 addr);331 bool (*is_valid_mux_reg)(struct i915_perf *perf, u32 addr);337 bool (*is_valid_flex_reg)(struct i915_perf *perf, u32 addr);345 int (*enable_metric_set)(struct i915_perf_stream *stream,352 void (*disable_metric_set)(struct i915_perf_stream *stream);357 void (*oa_enable)(struct i915_perf_stream *stream);362 void (*oa_disable)(struct i915_perf_stream *stream);368 int (*read)(struct i915_perf_stream *stream,380 u32 (*oa_hw_tail_read)(struct i915_perf_stream *stream);
Completed in 4 milliseconds