Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_perf_types.h28 struct i915_perf;
44 struct i915_perf *perf;
137 struct i915_perf *perf;
325 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);
383 struct i915_perf { struct
Di915_perf.c389 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set) in i915_perf_get_oa_config()
1369 struct i915_perf *perf = stream->perf; in i915_oa_stream_destroy()
2855 struct i915_perf *perf = stream->perf; in i915_oa_stream_init()
3045 struct i915_perf *perf = stream->perf; in i915_perf_read()
3164 struct i915_perf *perf = stream->perf; in i915_perf_poll()
3308 struct i915_perf *perf = stream->perf; in i915_perf_ioctl()
3356 struct i915_perf *perf = stream->perf; in i915_perf_release()
3408 i915_perf_open_ioctl_locked(struct i915_perf *perf, in i915_perf_open_ioctl_locked()
3543 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) in oa_exponent_to_ns()
3550 oa_format_valid(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_valid()
[all …]
Di915_perf.h40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
Di915_query.c199 struct i915_perf *perf = &i915->perf; in query_perf_config_data()
320 static size_t sizeof_perf_metrics(struct i915_perf *perf) in sizeof_perf_metrics()
340 struct i915_perf *perf = &i915->perf; in query_perf_config_list()
DMakefile278 i915-y += i915_perf.o
Di915_drv.h1169 struct i915_perf perf;
/Linux-v5.15/Documentation/gpu/
Di915.rst580 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
585 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
591 This section covers the entrypoints exported outside of i915_perf.c to
594 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
596 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
598 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
600 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
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
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
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()
133 struct i915_perf *perf = stream->perf; in stream_destroy()
421 struct i915_perf *perf = &i915->perf; in i915_perf_live_selftests()