Searched refs:i915_perf (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_perf_types.h | 30 struct i915_perf; 78 struct i915_perf *perf; 171 struct i915_perf *perf; 357 bool (*is_valid_b_counter_reg)(struct i915_perf *perf, u32 addr); 363 bool (*is_valid_mux_reg)(struct i915_perf *perf, u32 addr); 369 bool (*is_valid_flex_reg)(struct i915_perf *perf, u32 addr); 462 struct i915_perf { struct
|
D | i915_perf.c | 409 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set) in i915_perf_get_oa_config() 1485 struct i915_perf *perf = &ce->engine->i915->perf; in set_oa_ctx_ctrl_offset() 1659 struct i915_perf *perf = stream->perf; in i915_oa_stream_destroy() 3272 struct i915_perf *perf = stream->perf; in i915_oa_stream_init() 3797 struct i915_perf *perf = stream->perf; in i915_perf_release() 3855 i915_perf_open_ioctl_locked(struct i915_perf *perf, in i915_perf_open_ioctl_locked() 3993 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) in oa_exponent_to_ns() 4002 oa_format_valid(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_valid() 4008 oa_format_add(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_add() 4028 static int read_properties_unlocked(struct i915_perf *perf, in read_properties_unlocked() [all …]
|
D | i915_perf.h | 40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
|
D | i915_query.c | 235 struct i915_perf *perf = &i915->perf; in query_perf_config_data() 357 static size_t sizeof_perf_metrics(struct i915_perf *perf) in sizeof_perf_metrics() 377 struct i915_perf *perf = &i915->perf; in query_perf_config_list()
|
D | Makefile | 343 i915-y += i915_perf.o
|
D | i915_drv.h | 316 struct i915_perf perf;
|
/Linux-v6.6/Documentation/gpu/ |
D | i915.rst | 588 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 593 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 599 This section covers the entrypoints exported outside of i915_perf.c to 602 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 604 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 606 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 608 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 610 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 612 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c 614 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
D | i915_perf.c | 20 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()
|