Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_perf_types.h195 u32 sample_flags; member
H A Di915_perf.c343 * @sample_flags: `DRM_I915_PERF_PROP_SAMPLE_*` properties are tracked as flags
365 u32 sample_flags; member
668 * properties when opening a stream, tracked as `stream->sample_flags`. This
2902 (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...]
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()