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.c378 u32 min = eclass->sched_props.preempt_timeout_min; in preempt_timeout_store()
424 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_min); in preempt_timeout_min_default()
428 __ATTR(preempt_timeout_min, 0444, preempt_timeout_min_default, NULL);
454 if (timeout < eclass->sched_props.preempt_timeout_min) in preempt_timeout_max_store()
499 WRITE_ONCE(eclass->sched_props.preempt_timeout_min, timeout); in preempt_timeout_min_store()
509 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_min); in preempt_timeout_min_show()
513 __ATTR(preempt_timeout_min, 0644, preempt_timeout_min_show,
H A Dxe_hw_engine_types.h96 /** @sched_props.preempt_timeout_min: min preemption timeout in micro-seconds */
97 u32 preempt_timeout_min; member
H A Dxe_hw_engine.c530 hwe->eclass->sched_props.preempt_timeout_min = XE_HW_ENGINE_PREEMPT_TIMEOUT_MIN; in hw_engine_init_early()
H A Dxe_exec_queue.c390 *min = eclass->sched_props.preempt_timeout_min; in xe_exec_queue_get_prop_minmax()