Searched refs:sample_flags (Results 1 – 3 of 3) sorted by relevance
195 u32 sample_flags; member
343 * @sample_flags: `DRM_I915_PERF_PROP_SAMPLE_*` properties are tracked as flags365 u32 sample_flags; member 668 * properties when opening a stream, tracked as `stream->sample_flags`. This2902 (stream->sample_flags & SAMPLE_OA_REPORT) ? in gen8_enable_metric_set() 3088 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen8_oa_enable() 3117 if (stream->sample_flags & SAMPLE_OA_REPORT) in gen12_oa_enable() 3184 if (stream->sample_flags & SAMPLE_OA_REPORT) in gen12_oa_disable() 3323 if (!(props->sample_flags & SAMPLE_OA_REPORT) &&3362 stream->sample_flags = props->sample_flags; in i915_oa_stream_init() [all...]
100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()