HomeSort by: relevance | last modified time | path
    Searched defs:hold_preemption (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 187 * @hold_preemption: Whether preemption is put on hold for command
192 bool hold_preemption; member in struct:i915_perf_stream
i915_perf.c 366 * @hold_preemption: Whether the preemption is disabled for the filtered
383 u64 hold_preemption:1; member in struct:perf_open_properties
2891 stream->hold_preemption = props->hold_preemption;
3275 if (stream->hold_preemption)
3301 if (stream->hold_preemption)
3599 if (props->hold_preemption) {
3837 props->hold_preemption = !!value;

Completed in 14 milliseconds