Home
last modified time | relevance | path

Searched refs:preempt_timeout_us (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue_types.h114 u32 preempt_timeout_us; member
167 int (*set_preempt_timeout)(struct xe_exec_queue *q, u32 preempt_timeout_us);
H A Dxe_hw_engine_class_sysfs.c343 WRITE_ONCE(eclass->sched_props.preempt_timeout_us, timeout); in preempt_timeout_store()
353 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_us); in preempt_timeout_show()
357 __ATTR(preempt_timeout_us, 0644, preempt_timeout_show, preempt_timeout_store);
365 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_us); in preempt_timeout_default()
369 __ATTR(preempt_timeout_us, 0444, preempt_timeout_default, NULL);
H A Dxe_guc_submit_types.h97 u32 preempt_timeout_us; member
H A Dxe_hw_engine_types.h95 u32 preempt_timeout_us; member
H A Dxe_hw_engine.c527 hwe->eclass->sched_props.preempt_timeout_us = XE_HW_ENGINE_PREEMPT_TIMEOUT; in hw_engine_init_early()
550 if (hwe->eclass->sched_props.preempt_timeout_us < min_preempt_timeout) { in hw_engine_init_early()
551 hwe->eclass->sched_props.preempt_timeout_us = min_preempt_timeout; in hw_engine_init_early()
H A Dxe_exec_queue.c83 q->sched_props.preempt_timeout_us = in __xe_exec_queue_alloc()
84 hwe->eclass->sched_props.preempt_timeout_us; in __xe_exec_queue_alloc()
H A Dxe_execlist.c431 u32 preempt_timeout_us) in execlist_exec_queue_set_preempt_timeout() argument
H A Dxe_oa.c1430 ret2 = q->ops->set_preempt_timeout(q, stream->hwe->eclass->sched_props.preempt_timeout_us); in xe_oa_enable_preempt_timeslice()