Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c374 u32 min = eclass->sched_props.preempt_timeout_min; in preempt_timeout_store()
420 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_min); in preempt_timeout_min_default()
424 __ATTR(preempt_timeout_min, 0444, preempt_timeout_min_default, NULL);
450 if (timeout < eclass->sched_props.preempt_timeout_min) in preempt_timeout_max_store()
495 WRITE_ONCE(eclass->sched_props.preempt_timeout_min, timeout); in preempt_timeout_min_store()
505 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_min); in preempt_timeout_min_show()
509 __ATTR(preempt_timeout_min, 0644, preempt_timeout_min_show,
H A Dxe_hw_engine_types.h97 u32 preempt_timeout_min; member
H A Dxe_hw_engine.c538 hwe->eclass->sched_props.preempt_timeout_min = XE_HW_ENGINE_PREEMPT_TIMEOUT_MIN; in hw_engine_init_early()
H A Dxe_exec_queue.c601 *min = eclass->sched_props.preempt_timeout_min; in xe_exec_queue_get_prop_minmax()