Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_hw_engine_class_sysfs.c235 u32 min = eclass->sched_props.timeslice_min; in timeslice_duration_store()
264 if (duration < eclass->sched_props.timeslice_min) in timeslice_duration_max_store()
310 WRITE_ONCE(eclass->sched_props.timeslice_min, duration); in timeslice_duration_min_store()
321 return sysfs_emit(buf, "%u\n", eclass->sched_props.timeslice_min); in timeslice_duration_min_show()
356 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_min); in timeslice_min_default()
A Dxe_hw_engine_types.h91 u32 timeslice_min; member
A Dxe_hw_engine.c527 hwe->eclass->sched_props.timeslice_min = XE_HW_ENGINE_TIMESLICE_MIN; in hw_engine_init_early()
A Dxe_exec_queue.c386 *min = eclass->sched_props.timeslice_min; in xe_exec_queue_get_prop_minmax()

Completed in 15 milliseconds