Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_perf_types.h27 struct i915_perf;
43 struct i915_perf *perf;
136 struct i915_perf *perf;
324 bool (*is_valid_b_counter_reg)(struct i915_perf *perf, u32 addr);
330 bool (*is_valid_mux_reg)(struct i915_perf *perf, u32 addr);
336 bool (*is_valid_flex_reg)(struct i915_perf *perf, u32 addr);
382 struct i915_perf { struct
H A Di915_perf.c394 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()
2824 struct i915_perf *perf = stream->perf; in i915_oa_stream_init()
3014 struct i915_perf *perf = stream->perf; in i915_perf_read()
3133 struct i915_perf *perf = stream->perf; in i915_perf_poll()
3277 struct i915_perf *perf = stream->perf; in i915_perf_ioctl()
3325 struct i915_perf *perf = stream->perf; in i915_perf_release()
3377 i915_perf_open_ioctl_locked(struct i915_perf *perf, in i915_perf_open_ioctl_locked()
3512 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) in oa_exponent_to_ns()
3532 static int read_properties_unlocked(struct i915_perf *perf, in read_properties_unlocked()
[all …]
H A 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()
H A Di915_perf.h40 i915_perf_get_oa_config(struct i915_perf *perf, int metrics_set);
H A DMakefile256 i915-y += i915_perf.o
H A Di915_drv.h1164 struct i915_perf perf;
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Di915.rst559 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
564 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
570 This section covers the entrypoints exported outside of i915_perf.c to
573 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
575 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
577 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
579 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
581 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
583 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
585 .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
[all …]
/OK3568_Linux_fs/kernel/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()
133 struct i915_perf *perf = stream->perf; in stream_destroy()
422 struct i915_perf *perf = &i915->perf; in i915_perf_live_selftests()