Home
last modified time | relevance | path

Searched refs:oa_format (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c90 enum xe_oa_format_name oa_format; member
1204 int ret = decode_oa_format(oa, value, &param->oa_format); in xe_oa_set_prop_oa_format()
1734 stream->oa_buffer.format = &stream->oa->oa_formats[param->oa_format]; in xe_oa_stream_init()
2087 f = &oa->oa_formats[param.oa_format]; in xe_oa_stream_open_ioctl()
2088 if (!param.oa_format || !f->size || in xe_oa_stream_open_ioctl()
2091 param.oa_format, f->type, f->size, param.hwe->class); in xe_oa_stream_open_ioctl()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c101 .oa_format = GRAPHICS_VER(perf->i915) == 12 ? in test_stream()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c375 int oa_format; member
3283 if (!props->oa_format) { in i915_oa_stream_init()
3294 stream->oa_buffer.format = &perf->oa_formats[props->oa_format]; in i915_oa_stream_init()
4048 props->oa_format = value; in read_properties_unlocked()
4171 i = array_index_nospec(props->oa_format, I915_OA_FORMAT_MAX); in read_properties_unlocked()