Symbol: xe_oa_stream
drivers/gpu/drm/xe/xe_oa.c
1058
static u32 oag_report_ctx_switches(const struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1066
static u32 oag_buf_size_select(const struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1073
static int xe_oa_enable_metric_set(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1398
struct xe_oa_stream *stream,
drivers/gpu/drm/xe/xe_oa.c
1444
static void xe_oa_stream_enable(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1456
static void xe_oa_stream_disable(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1468
static int xe_oa_enable_preempt_timeslice(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
147
static u32 xe_oa_circ_diff(struct xe_oa_stream *stream, u32 tail, u32 head)
drivers/gpu/drm/xe/xe_oa.c
1484
static int xe_oa_disable_preempt_timeslice(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1505
static int xe_oa_enable_locked(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1523
static int xe_oa_disable_locked(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
153
static u32 xe_oa_circ_incr(struct xe_oa_stream *stream, u32 ptr, u32 n)
drivers/gpu/drm/xe/xe_oa.c
1539
static long xe_oa_config_locked(struct xe_oa_stream *stream, u64 arg)
drivers/gpu/drm/xe/xe_oa.c
1575
static long xe_oa_status_locked(struct xe_oa_stream *stream, unsigned long arg)
drivers/gpu/drm/xe/xe_oa.c
1596
static long xe_oa_info_locked(struct xe_oa_stream *stream, unsigned long arg)
drivers/gpu/drm/xe/xe_oa.c
1607
static long xe_oa_ioctl_locked(struct xe_oa_stream *stream,
drivers/gpu/drm/xe/xe_oa.c
1631
struct xe_oa_stream *stream = file->private_data;
drivers/gpu/drm/xe/xe_oa.c
1641
static void xe_oa_destroy_locked(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
1657
struct xe_oa_stream *stream = file->private_data;
drivers/gpu/drm/xe/xe_oa.c
1674
struct xe_oa_stream *stream = file->private_data;
drivers/gpu/drm/xe/xe_oa.c
1723
static int xe_oa_stream_init(struct xe_oa_stream *stream,
drivers/gpu/drm/xe/xe_oa.c
1841
struct xe_oa_stream *stream;
drivers/gpu/drm/xe/xe_oa.c
202
static const struct xe_oa_regs *__oa_regs(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
207
static u32 xe_oa_hw_tail_read(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
216
static u64 oa_report_id(struct xe_oa_stream *stream, void *report)
drivers/gpu/drm/xe/xe_oa.c
221
static void oa_report_id_clear(struct xe_oa_stream *stream, u32 *report)
drivers/gpu/drm/xe/xe_oa.c
229
static u64 oa_timestamp(struct xe_oa_stream *stream, void *report)
drivers/gpu/drm/xe/xe_oa.c
236
static void oa_timestamp_clear(struct xe_oa_stream *stream, u32 *report)
drivers/gpu/drm/xe/xe_oa.c
244
static bool xe_oa_buffer_check_unlocked(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
303
struct xe_oa_stream *stream =
drivers/gpu/drm/xe/xe_oa.c
314
static int xe_oa_append_report(struct xe_oa_stream *stream, char __user *buf,
drivers/gpu/drm/xe/xe_oa.c
346
static int xe_oa_append_reports(struct xe_oa_stream *stream, char __user *buf,
drivers/gpu/drm/xe/xe_oa.c
404
static void xe_oa_init_oa_buffer(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
449
static u32 __oa_ccs_select(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
462
static u32 __oactrl_used_bits(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
468
static void xe_oa_enable(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
491
static void xe_oa_disable(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
510
static int xe_oa_wait_unlocked(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
523
static int __xe_oa_read(struct xe_oa_stream *stream, char __user *buf,
drivers/gpu/drm/xe/xe_oa.c
542
struct xe_oa_stream *stream = file->private_data;
drivers/gpu/drm/xe/xe_oa.c
582
static __poll_t xe_oa_poll_locked(struct xe_oa_stream *stream,
drivers/gpu/drm/xe/xe_oa.c
603
struct xe_oa_stream *stream = file->private_data;
drivers/gpu/drm/xe/xe_oa.c
629
static struct dma_fence *xe_oa_submit_bb(struct xe_oa_stream *stream, enum xe_oa_submit_deps deps,
drivers/gpu/drm/xe/xe_oa.c
699
static void xe_oa_free_oa_buffer(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
704
static void xe_oa_free_configs(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
714
static int xe_oa_load_with_lri(struct xe_oa_stream *stream, struct xe_oa_reg *reg_lri, u32 count)
drivers/gpu/drm/xe/xe_oa.c
743
static int xe_oa_configure_oar_context(struct xe_oa_stream *stream, bool enable)
drivers/gpu/drm/xe/xe_oa.c
768
static int xe_oa_configure_oac_context(struct xe_oa_stream *stream, bool enable)
drivers/gpu/drm/xe/xe_oa.c
797
static int xe_oa_configure_oa_context(struct xe_oa_stream *stream, bool enable)
drivers/gpu/drm/xe/xe_oa.c
812
static u32 oag_configure_mmio_trigger(const struct xe_oa_stream *stream, bool enable)
drivers/gpu/drm/xe/xe_oa.c
819
static void xe_oa_disable_metric_set(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
855
static void xe_oa_stream_destroy(struct xe_oa_stream *stream)
drivers/gpu/drm/xe/xe_oa.c
883
static int xe_oa_alloc_oa_buffer(struct xe_oa_stream *stream, size_t size)
drivers/gpu/drm/xe/xe_oa.c
901
__xe_oa_alloc_config_buffer(struct xe_oa_stream *stream, struct xe_oa_config *oa_config)
drivers/gpu/drm/xe/xe_oa.c
931
xe_oa_alloc_config_buffer(struct xe_oa_stream *stream, struct xe_oa_config *oa_config)
drivers/gpu/drm/xe/xe_oa.c
948
static void xe_oa_update_last_fence(struct xe_oa_stream *stream, struct dma_fence *fence)
drivers/gpu/drm/xe/xe_oa.c
991
static int xe_oa_emit_oa_config(struct xe_oa_stream *stream, struct xe_oa_config *config)
drivers/gpu/drm/xe/xe_oa_types.h
114
struct xe_oa_stream *exclusive_stream;