Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa_types.h151 const struct xe_oa_format *oa_formats; member
H A Dxe_oa.c128 static const struct xe_oa_format oa_formats[] = { variable
1177 const struct xe_oa_format *f = &oa->oa_formats[idx]; in decode_oa_format()
1757 stream->oa_buffer.format = &stream->oa->oa_formats[param->oa_format]; in xe_oa_stream_init()
1951 const struct xe_oa_format *f = &oa->oa_formats[param->oa_format]; in oa_unit_supports_oa_format()
2106 f = &oa->oa_formats[param.oa_format]; in xe_oa_stream_open_ioctl()
2863 oa->oa_formats = oa_formats; in xe_oa_init()
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h499 const struct i915_oa_format *oa_formats; member