Lines Matching refs:sched_props
86 q->sched_props.timeslice_us = hwe->eclass->sched_props.timeslice_us; in __xe_exec_queue_alloc()
87 q->sched_props.preempt_timeout_us = in __xe_exec_queue_alloc()
88 hwe->eclass->sched_props.preempt_timeout_us; in __xe_exec_queue_alloc()
89 q->sched_props.job_timeout_ms = in __xe_exec_queue_alloc()
90 hwe->eclass->sched_props.job_timeout_ms; in __xe_exec_queue_alloc()
93 q->sched_props.priority = XE_EXEC_QUEUE_PRIORITY_KERNEL; in __xe_exec_queue_alloc()
95 q->sched_props.priority = XE_EXEC_QUEUE_PRIORITY_NORMAL; in __xe_exec_queue_alloc()
375 q->sched_props.priority = value; in exec_queue_set_priority()
395 *min = eclass->sched_props.job_timeout_min; in xe_exec_queue_get_prop_minmax()
396 *max = eclass->sched_props.job_timeout_max; in xe_exec_queue_get_prop_minmax()
399 *min = eclass->sched_props.timeslice_min; in xe_exec_queue_get_prop_minmax()
400 *max = eclass->sched_props.timeslice_max; in xe_exec_queue_get_prop_minmax()
403 *min = eclass->sched_props.preempt_timeout_min; in xe_exec_queue_get_prop_minmax()
404 *max = eclass->sched_props.preempt_timeout_max; in xe_exec_queue_get_prop_minmax()
443 q->sched_props.timeslice_us = value; in exec_queue_set_timeslice()