Home
last modified time | relevance | path

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

/linux-6.15/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.c1666 struct i915_perf *perf = stream->perf; in i915_oa_stream_destroy()
3236 struct i915_perf *perf = stream->perf; in i915_oa_stream_init()
3735 struct i915_perf *perf = stream->perf; in i915_perf_release()
4219 struct i915_perf *perf = &to_i915(dev)->perf; in i915_perf_open_ioctl()
4264 struct i915_perf *perf = &i915->perf; in i915_perf_register()
4294 struct i915_perf *perf = &i915->perf; in i915_perf_unregister()
4599 struct i915_perf *perf = &to_i915(dev)->perf; in i915_perf_add_config_ioctl()
4763 struct i915_perf *perf = &to_i915(dev)->perf; in i915_perf_remove_config_ioctl()
5018 struct i915_perf *perf = &i915->perf; in i915_perf_init_info()
5059 struct i915_perf *perf = &i915->perf; in i915_perf_init()
[all …]
H A Di915_perf.h40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
H A Di915_query.c235 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()
H A DMakefile362 i915_perf.o
H A Di915_drv.h316 struct i915_perf perf;
/linux-6.15/Documentation/gpu/
H A Di915.rst597 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
602 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
611 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
613 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
615 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
617 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
619 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
621 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
623 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
625 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
[all …]
/linux-6.15/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()