Home
last modified time | relevance | path

Searched refs:hold_preemption (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf_types.h176 * @hold_preemption: Whether preemption is put on hold for command
181 bool hold_preemption; member
H A Di915_perf.c330 * @hold_preemption: Whether the preemption is disabled for the filtered
353 u64 hold_preemption:1; member
2883 stream->hold_preemption = props->hold_preemption; in i915_oa_stream_init()
3164 if (stream->hold_preemption) in i915_perf_enable_locked()
3190 if (stream->hold_preemption) in i915_perf_disable_locked()
3427 if (props->hold_preemption) { in i915_perf_open_ioctl_locked()
3654 props->hold_preemption = !!value; in read_properties_unlocked()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf_types.h216 * @hold_preemption: Whether preemption is put on hold for command
221 bool hold_preemption; member
H A Di915_perf.c345 * @hold_preemption: Whether the preemption is disabled for the filtered
368 u64 hold_preemption:1; member
3367 stream->hold_preemption = props->hold_preemption; in i915_oa_stream_init()
3669 if (stream->hold_preemption) in i915_perf_enable_locked()
3695 if (stream->hold_preemption) in i915_perf_disable_locked()
3935 if (props->hold_preemption) { in i915_perf_open_ioctl_locked()
4182 props->hold_preemption = !!value; in read_properties_unlocked()

Completed in 14 milliseconds