Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c101 .oa_format = GRAPHICS_VER(perf->i915) == 12 ? in test_stream()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c373 int oa_format; member
3315 if (!props->oa_format) { in i915_oa_stream_init()
3326 stream->oa_buffer.format = &perf->oa_formats[props->oa_format]; in i915_oa_stream_init()
4105 props->oa_format = value; in read_properties_unlocked()
4228 i = array_index_nospec(props->oa_format, I915_OA_FORMAT_MAX); in read_properties_unlocked()