Searched defs:i915_oa_config (Results 1 – 1 of 1) sorted by relevance
42 struct i915_oa_config { struct43 struct i915_perf *perf;45 char uuid[UUID_STRING_LEN + 1];46 int id;48 const struct i915_oa_reg *mux_regs;49 u32 mux_regs_len;50 const struct i915_oa_reg *b_counter_regs;51 u32 b_counter_regs_len;52 const struct i915_oa_reg *flex_regs;53 u32 flex_regs_len;[all …]