Searched refs:preempt_timeout_max (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_hw_engine_class_sysfs.c | 332 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()
|
D | xe_hw_engine_types.h | 99 u32 preempt_timeout_max; member
|
D | xe_exec_queue.c | 358 *max = eclass->sched_props.preempt_timeout_max; in xe_exec_queue_get_prop_minmax()
|
D | xe_hw_engine.c | 498 hwe->eclass->sched_props.preempt_timeout_max = XE_HW_ENGINE_PREEMPT_TIMEOUT_MAX; in hw_engine_init_early()
|