Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine_class_sysfs.c332 u32 max = eclass->sched_props.preempt_timeout_max; in preempt_timeout_store()
389 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_max); in preempt_timeout_max_default()
393 __ATTR(preempt_timeout_max, 0444, preempt_timeout_max_default, NULL);
415 WRITE_ONCE(eclass->sched_props.preempt_timeout_max, timeout); in preempt_timeout_max_store()
425 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_max); in preempt_timeout_max_show()
429 __ATTR(preempt_timeout_max, 0644, preempt_timeout_max_show,
444 if (timeout > eclass->sched_props.preempt_timeout_max) in preempt_timeout_min_store()
Dxe_hw_engine_types.h99 u32 preempt_timeout_max; member
Dxe_exec_queue.c358 *max = eclass->sched_props.preempt_timeout_max; in xe_exec_queue_get_prop_minmax()
Dxe_hw_engine.c498 hwe->eclass->sched_props.preempt_timeout_max = XE_HW_ENGINE_PREEMPT_TIMEOUT_MAX; in hw_engine_init_early()