Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c76 enum xe_oa_format_name oa_format; member
1358 stream->oa_buffer.format = &stream->oa->oa_formats[param->oa_format]; in xe_oa_stream_init()
1665 int ret = decode_oa_format(oa, value, &param->oa_format); in xe_oa_set_prop_oa_format()
1856 f = &oa->oa_formats[param.oa_format]; in xe_oa_stream_open_ioctl()
1857 if (!param.oa_format || !f->size || in xe_oa_stream_open_ioctl()
1860 param.oa_format, f->type, f->size, param.hwe->class); in xe_oa_stream_open_ioctl()
/linux-6.12.1/drivers/gpu/drm/i915/selftests/
Di915_perf.c101 .oa_format = GRAPHICS_VER(perf->i915) == 12 ? in test_stream()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_perf.c374 int oa_format; member
3279 if (!props->oa_format) { in i915_oa_stream_init()
3290 stream->oa_buffer.format = &perf->oa_formats[props->oa_format]; in i915_oa_stream_init()
4045 props->oa_format = value; in read_properties_unlocked()
4168 i = array_index_nospec(props->oa_format, I915_OA_FORMAT_MAX); in read_properties_unlocked()