Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h499 const struct i915_oa_format *oa_formats; member
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c127 static const struct xe_oa_format oa_formats[] = {
1173 const struct xe_oa_format *f = &oa->oa_formats[idx]; in xe_oa_lookup_oa_unit()
1748 stream->oa_buffer.format = &stream->oa->oa_formats[param->oa_format]; in xe_oa_stream_init()
1939 const struct xe_oa_format *f = &oa->oa_formats[param->oa_format];
2092 f = &oa->oa_formats[param.oa_format]; in xe_oa_stream_open_ioctl()
2849 oa->oa_formats = oa_formats;
125 static const struct xe_oa_format oa_formats[] = { global() variable