Searched refs:i915_perf_stream (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_perf.c | 556 static int append_oa_status(struct i915_perf_stream *stream, in append_oa_status() 592 static int append_oa_sample(struct i915_perf_stream *stream, in append_oa_sample() 645 static int gen8_append_oa_reports(struct i915_perf_stream *stream, in gen8_append_oa_reports() 855 static int gen8_oa_read(struct i915_perf_stream *stream, in gen8_oa_read() 934 static int gen7_append_oa_reports(struct i915_perf_stream *stream, in gen7_append_oa_reports() 1066 static int gen7_oa_read(struct i915_perf_stream *stream, in gen7_oa_read() 1148 static int i915_oa_wait_unlocked(struct i915_perf_stream *stream) in i915_oa_wait_unlocked() 1170 static void i915_oa_poll_wait(struct i915_perf_stream *stream, in i915_oa_poll_wait() 1191 static int i915_oa_read(struct i915_perf_stream *stream, in i915_oa_read() 1238 static int oa_get_render_ctx_id(struct i915_perf_stream *stream) in oa_get_render_ctx_id() [all …]
|
D | i915_drv.h | 1346 struct i915_perf_stream; 1357 void (*enable)(struct i915_perf_stream *stream); 1364 void (*disable)(struct i915_perf_stream *stream); 1370 void (*poll_wait)(struct i915_perf_stream *stream, 1379 int (*wait_unlocked)(struct i915_perf_stream *stream); 1399 int (*read)(struct i915_perf_stream *stream, 1409 void (*destroy)(struct i915_perf_stream *stream); 1415 struct i915_perf_stream { struct 1534 int (*read)(struct i915_perf_stream *stream, 1947 struct i915_perf_stream *exclusive_stream;
|
/Linux-v4.19/Documentation/gpu/ |
D | i915.rst | 530 :functions: i915_perf_stream
|