Symbol: xe_oa
drivers/gpu/drm/xe/xe_device_types.h
637
struct xe_oa oa;
drivers/gpu/drm/xe/xe_oa.c
1138
static int decode_oa_format(struct xe_oa *oa, u64 fmt, enum xe_oa_format_name *name)
drivers/gpu/drm/xe/xe_oa.c
1159
static struct xe_oa_unit *xe_oa_lookup_oa_unit(struct xe_oa *oa, u32 oa_unit_id)
drivers/gpu/drm/xe/xe_oa.c
1176
static int xe_oa_set_prop_oa_unit_id(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1187
static int xe_oa_set_prop_sample_oa(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1194
static int xe_oa_set_prop_metric_set(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1201
static int xe_oa_set_prop_oa_format(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1213
static int xe_oa_set_prop_oa_exponent(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1226
static int xe_oa_set_prop_disabled(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1233
static int xe_oa_set_prop_exec_queue_id(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1240
static int xe_oa_set_prop_engine_instance(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1247
static int xe_oa_set_no_preempt(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1254
static int xe_oa_set_prop_num_syncs(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1264
static int xe_oa_set_prop_syncs_user(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1271
static int xe_oa_set_prop_oa_buffer_size(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1282
static int xe_oa_set_prop_wait_num_reports(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1293
static int xe_oa_set_prop_ret_inval(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1299
typedef int (*xe_oa_set_property_fn)(struct xe_oa *oa, u64 value,
drivers/gpu/drm/xe/xe_oa.c
1333
static int xe_oa_user_ext_set_property(struct xe_oa *oa, enum xe_oa_user_extn_from from,
drivers/gpu/drm/xe/xe_oa.c
1360
typedef int (*xe_oa_user_extension_fn)(struct xe_oa *oa, enum xe_oa_user_extn_from from,
drivers/gpu/drm/xe/xe_oa.c
1367
static int xe_oa_user_extensions(struct xe_oa *oa, enum xe_oa_user_extn_from from, u64 extension,
drivers/gpu/drm/xe/xe_oa.c
1397
static int xe_oa_parse_syncs(struct xe_oa *oa,
drivers/gpu/drm/xe/xe_oa.c
182
static struct xe_oa_config *xe_oa_get_oa_config(struct xe_oa *oa, int metrics_set)
drivers/gpu/drm/xe/xe_oa.c
1838
static int xe_oa_stream_open_ioctl_locked(struct xe_oa *oa,
drivers/gpu/drm/xe/xe_oa.c
1967
static int xe_oa_assign_hwe(struct xe_oa *oa, struct xe_oa_open_param *param)
drivers/gpu/drm/xe/xe_oa.c
2020
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
2135
static bool xe_oa_is_valid_flex_addr(struct xe_oa *oa, u32 addr)
drivers/gpu/drm/xe/xe_oa.c
2199
static bool xe_oa_is_valid_b_counter_addr(struct xe_oa *oa, u32 addr)
drivers/gpu/drm/xe/xe_oa.c
2240
static bool xe_oa_is_valid_mux_addr(struct xe_oa *oa, u32 addr)
drivers/gpu/drm/xe/xe_oa.c
2250
static bool xe_oa_is_valid_config_reg_addr(struct xe_oa *oa, u32 addr)
drivers/gpu/drm/xe/xe_oa.c
2258
xe_oa_alloc_regs(struct xe_oa *oa, bool (*is_valid)(struct xe_oa *oa, u32 addr),
drivers/gpu/drm/xe/xe_oa.c
2310
static int create_dynamic_oa_sysfs_entry(struct xe_oa *oa,
drivers/gpu/drm/xe/xe_oa.c
2341
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
2445
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
2495
struct xe_oa *oa = arg;
drivers/gpu/drm/xe/xe_oa.c
2512
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
2727
static void xe_oa_print_oa_units(struct xe_oa *oa)
drivers/gpu/drm/xe/xe_oa.c
2736
static int xe_oa_init_oa_units(struct xe_oa *oa)
drivers/gpu/drm/xe/xe_oa.c
2757
static void oa_format_add(struct xe_oa *oa, enum xe_oa_format_name format)
drivers/gpu/drm/xe/xe_oa.c
2762
static void xe_oa_init_supported_formats(struct xe_oa *oa)
drivers/gpu/drm/xe/xe_oa.c
2811
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
2830
struct xe_oa *oa = &xe->oa;
drivers/gpu/drm/xe/xe_oa.c
69
struct xe_oa *oa;
drivers/gpu/drm/xe/xe_oa_types.h
186
struct xe_oa *oa;