Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine.h31 #define XE_HW_ENGINE_TIMESLICE_MAX CONFIG_DRM_XE_TIMESLICE_MAX macro
33 #define XE_HW_ENGINE_TIMESLICE_MAX (10 * 1000 * 1000) macro
H A Dxe_hw_engine_class_sysfs.c222 XE_HW_ENGINE_TIMESLICE_MAX)) in timeslice_duration_max_store()
260 XE_HW_ENGINE_TIMESLICE_MAX)) in timeslice_duration_min_store()
H A Dxe_exec_queue.c372 *max = XE_HW_ENGINE_TIMESLICE_MAX; in xe_exec_queue_get_prop_minmax()
H A Dxe_hw_engine.c495 hwe->eclass->sched_props.timeslice_max = XE_HW_ENGINE_TIMESLICE_MAX; in hw_engine_init_early()