Home
last modified time | relevance | path

Searched refs:preempt_timeout_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c375 u32 max = eclass->sched_props.preempt_timeout_max; in preempt_timeout_store()
432 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_max); in preempt_timeout_max_default()
436 __ATTR(preempt_timeout_max, 0444, preempt_timeout_max_default, NULL);
458 WRITE_ONCE(eclass->sched_props.preempt_timeout_max, timeout); in preempt_timeout_max_store()
468 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_max); in preempt_timeout_max_show()
472 __ATTR(preempt_timeout_max, 0644, preempt_timeout_max_show,
487 if (timeout > eclass->sched_props.preempt_timeout_max) in preempt_timeout_min_store()
H A Dxe_hw_engine_types.h99 u32 preempt_timeout_max; member
H A Dxe_hw_engine.c539 hwe->eclass->sched_props.preempt_timeout_max = XE_HW_ENGINE_PREEMPT_TIMEOUT_MAX; in hw_engine_init_early()
H A Dxe_exec_queue.c602 *max = eclass->sched_props.preempt_timeout_max; in xe_exec_queue_get_prop_minmax()