Home
last modified time | relevance | path

Searched refs:single_context (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf.c329 * @single_context: Whether a single or all gpu contexts should be monitored
332 * @ctx_handle: A gem ctx handle for use with @single_context
352 u64 single_context:1; member
3389 if (props->single_context) { in i915_perf_open_ioctl_locked()
3428 if (!props->single_context) { in i915_perf_open_ioctl_locked()
3588 props->single_context = 1; in read_properties_unlocked()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c344 * @single_context: Whether a single or all gpu contexts should be monitored
347 * @ctx_handle: A gem ctx handle for use with @single_context
367 u64 single_context:1; member
3896 if (props->single_context) { in i915_perf_open_ioctl_locked()
3936 if (!props->single_context) { in i915_perf_open_ioctl_locked()
4111 props->single_context = 1; in read_properties_unlocked()

Completed in 12 milliseconds