Home
last modified time | relevance | path

Searched refs:timeslice_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c189 u32 max = eclass->sched_props.timeslice_max; in timeslice_duration_store()
225 WRITE_ONCE(eclass->sched_props.timeslice_max, duration); in timeslice_duration_max_store()
236 return sysfs_emit(buf, "%u\n", eclass->sched_props.timeslice_max); in timeslice_duration_max_show()
255 if (duration > eclass->sched_props.timeslice_max) in timeslice_duration_min_store()
320 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_max); in timeslice_max_default()
H A Dxe_hw_engine_types.h93 u32 timeslice_max; member
H A Dxe_exec_queue.c361 *max = eclass->sched_props.timeslice_max; in xe_exec_queue_get_prop_minmax()
H A Dxe_hw_engine.c526 hwe->eclass->sched_props.timeslice_max = XE_HW_ENGINE_TIMESLICE_MAX; in hw_engine_init_early()