Searched refs:oa_format (Results 1 – 2 of 2) sorted by relevance
90 enum xe_oa_format_name oa_format; member1205 int ret = decode_oa_format(oa, value, ¶m->oa_format); in xe_oa_set_prop_oa_format()1731 stream->oa_buffer.format = &stream->oa->oa_formats[param->oa_format]; in xe_oa_stream_init()2079 f = &oa->oa_formats[param.oa_format]; in xe_oa_stream_open_ioctl()2080 if (!param.oa_format || !f->size || in xe_oa_stream_open_ioctl()2083 param.oa_format, f->type, f->size, param.hwe->class); in xe_oa_stream_open_ioctl()
101 .oa_format = GRAPHICS_VER(perf->i915) == 12 ? in test_stream()