Lines Matching defs:sample_flags
343 * @sample_flags: `DRM_I915_PERF_PROP_SAMPLE_*` properties are tracked as flags
365 u32 sample_flags;
668 * properties when opening a stream, tracked as `stream->sample_flags`. This
2902 (stream->sample_flags & SAMPLE_OA_REPORT) ?
3088 if (!(stream->sample_flags & SAMPLE_OA_REPORT))
3117 if (stream->sample_flags & SAMPLE_OA_REPORT)
3184 if (stream->sample_flags & SAMPLE_OA_REPORT)
3323 if (!(props->sample_flags & SAMPLE_OA_REPORT) &&
3362 stream->sample_flags = props->sample_flags;
3533 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT))
3938 (props->sample_flags & SAMPLE_OA_REPORT) == 0)
3986 /* we avoid simply assigning stream->sample_flags = props->sample_flags
3990 if (WARN_ON(stream->sample_flags != props->sample_flags)) {
4123 props->sample_flags |= SAMPLE_OA_REPORT;