Home
last modified time | relevance | path

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

/Linux-v6.1/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.c395 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set) in i915_perf_get_oa_config()
1377 struct i915_perf *perf = stream->perf; in i915_oa_stream_destroy()
2864 struct i915_perf *perf = stream->perf; in i915_oa_stream_init()
3065 struct i915_perf *perf = stream->perf; in i915_perf_read()
3184 struct i915_perf *perf = stream->perf; in i915_perf_poll()
3328 struct i915_perf *perf = stream->perf; in i915_perf_ioctl()
3376 struct i915_perf *perf = stream->perf; in i915_perf_release()
3428 i915_perf_open_ioctl_locked(struct i915_perf *perf, in i915_perf_open_ioctl_locked()
3566 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) in oa_exponent_to_ns()
3573 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.c235 struct i915_perf *perf = &i915->perf; in query_perf_config_data()
356 static size_t sizeof_perf_metrics(struct i915_perf *perf) in sizeof_perf_metrics()
376 struct i915_perf *perf = &i915->perf; in query_perf_config_list()
DMakefile311 i915-y += i915_perf.o
Di915_drv.h354 struct i915_perf perf;
/Linux-v6.1/Documentation/gpu/
Di915.rst588 .. 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.1/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()