Home
last modified time | relevance | path

Searched refs:i915_perf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h30 struct i915_perf;
78 struct i915_perf *perf;
171 struct i915_perf *perf;
353 bool (*is_valid_b_counter_reg)(struct i915_perf *perf, u32 addr);
359 bool (*is_valid_mux_reg)(struct i915_perf *perf, u32 addr);
365 bool (*is_valid_flex_reg)(struct i915_perf *perf, u32 addr);
458 struct i915_perf { struct
H A Di915_perf.h40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
H A DMakefile382 i915_perf.o
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c20 alloc_empty_config(struct i915_perf *perf) in alloc_empty_config()
48 destroy_empty_config(struct i915_perf *perf) in destroy_empty_config()
72 get_empty_config(struct i915_perf *perf) in get_empty_config()
92 test_stream(struct i915_perf *perf) in test_stream()
427 struct i915_perf *perf = &i915->perf; in i915_perf_live_selftests()