Searched refs:preempt_timeout_us (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_exec_queue_types.h | 114 u32 preempt_timeout_us; member 167 int (*set_preempt_timeout)(struct xe_exec_queue *q, u32 preempt_timeout_us);
|
H A D | xe_hw_engine_class_sysfs.c | 343 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 D | xe_guc_submit_types.h | 97 u32 preempt_timeout_us; member
|
H A D | xe_hw_engine_types.h | 95 u32 preempt_timeout_us; member
|
H A D | xe_hw_engine.c | 527 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 D | xe_exec_queue.c | 83 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 D | xe_execlist.c | 431 u32 preempt_timeout_us) in execlist_exec_queue_set_preempt_timeout() argument
|
H A D | xe_oa.c | 1430 ret2 = q->ops->set_preempt_timeout(q, stream->hwe->eclass->sched_props.preempt_timeout_us); in xe_oa_enable_preempt_timeslice()
|