Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c232 u32 max = eclass->sched_props.timeslice_max; in timeslice_duration_store()
268 WRITE_ONCE(eclass->sched_props.timeslice_max, duration); in timeslice_duration_max_store()
279 return sysfs_emit(buf, "%u\n", eclass->sched_props.timeslice_max); in timeslice_duration_max_show()
298 if (duration > eclass->sched_props.timeslice_max) in timeslice_duration_min_store()
363 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