Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c386 WRITE_ONCE(eclass->sched_props.preempt_timeout_us, timeout); in preempt_timeout_store()
396 return sysfs_emit(buf, "%u\n", eclass->sched_props.preempt_timeout_us); in preempt_timeout_show()
400 __ATTR(preempt_timeout_us, 0644, preempt_timeout_show, preempt_timeout_store);
408 return sysfs_emit(buf, "%u\n", eclass->defaults.preempt_timeout_us); in preempt_timeout_default()
412 __ATTR(preempt_timeout_us, 0444, preempt_timeout_default, NULL);
H A Dxe_hw_engine_types.h95 u32 preempt_timeout_us; member
H A Dxe_guc_submit.c525 u32 preempt_timeout_us = q->sched_props.preempt_timeout_us; in init_policies() local
536 __guc_exec_queue_policy_add_preemption_timeout(&policy, preempt_timeout_us); in init_policies()
2155 u32 preempt_timeout_us) in guc_exec_queue_set_preempt_timeout() argument
2159 if (q->sched_props.preempt_timeout_us == preempt_timeout_us || in guc_exec_queue_set_preempt_timeout()
2167 q->sched_props.preempt_timeout_us = preempt_timeout_us; in guc_exec_queue_set_preempt_timeout()
3234 snapshot->sched_props.preempt_timeout_us = in xe_guc_exec_queue_snapshot_capture()
3235 q->sched_props.preempt_timeout_us; in xe_guc_exec_queue_snapshot_capture()
3308 snapshot->sched_props.preempt_timeout_us); in xe_guc_exec_queue_snapshot_print()
H A Dxe_hw_engine.c539 hwe->eclass->sched_props.preempt_timeout_us = XE_HW_ENGINE_PREEMPT_TIMEOUT; in hw_engine_init_early()
562 if (hwe->eclass->sched_props.preempt_timeout_us < min_preempt_timeout) { in hw_engine_init_early()
563 hwe->eclass->sched_props.preempt_timeout_us = min_preempt_timeout; in hw_engine_init_early()
H A Dxe_exec_queue.c238 q->sched_props.preempt_timeout_us = in __xe_exec_queue_alloc()
239 hwe->eclass->sched_props.preempt_timeout_us; in __xe_exec_queue_alloc()
H A Dxe_oa.c1475 ret2 = q->ops->set_preempt_timeout(q, stream->hwe->eclass->sched_props.preempt_timeout_us); in xe_oa_enable_preempt_timeslice()