Home
last modified time | relevance | path

Searched refs:i915_perf (Results 1 – 6 of 6) 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.c411 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set) in i915_perf_get_oa_config()
1493 struct i915_perf *perf = &ce->engine->i915->perf; in set_oa_ctx_ctrl_offset()
1667 struct i915_perf *perf = stream->perf; in i915_oa_stream_destroy()
3237 struct i915_perf *perf = stream->perf; in i915_oa_stream_init()
3736 struct i915_perf *perf = stream->perf; in i915_perf_release()
3793 i915_perf_open_ioctl_locked(struct i915_perf *perf, in i915_perf_open_ioctl_locked()
3931 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) in oa_exponent_to_ns()
3940 oa_format_valid(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_valid()
3946 oa_format_add(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_add()
3966 static int read_properties_unlocked(struct i915_perf *perf, in read_properties_unlocked()
[all …]
H A Di915_perf.h40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
H A Di915_query.c237 struct i915_perf *perf = &i915->perf; in query_perf_config_data()
359 static size_t sizeof_perf_metrics(struct i915_perf *perf) in sizeof_perf_metrics()
379 struct i915_perf *perf = &i915->perf; in query_perf_config_list()
/linux/Documentation/gpu/
H A Di915.rst596 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
601 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
607 This section covers the entrypoints exported outside of i915_perf.c to
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
616 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
618 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
620 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
622 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
[all …]
/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()