Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c108 WRITE_ONCE(eclass->sched_props.job_timeout_max, timeout); in job_timeout_max_store()
118 return sysfs_emit(buf, "%u\n", eclass->sched_props.job_timeout_max); in job_timeout_max_show()
122 __ATTR(job_timeout_max, 0644, job_timeout_max_show, job_timeout_max_store);
136 if (timeout > eclass->sched_props.job_timeout_max) in job_timeout_min_store()
166 u32 max = eclass->sched_props.job_timeout_max; in job_timeout_store()
220 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_max); in job_timeout_max_default()
224 __ATTR(job_timeout_max, 0444, job_timeout_max_default, NULL);
H A Dxe_hw_engine_types.h87 u32 job_timeout_max; member
H A Dxe_hw_engine.c535 hwe->eclass->sched_props.job_timeout_max = XE_HW_ENGINE_JOB_TIMEOUT_MAX; in hw_engine_init_early()
H A Dxe_exec_queue.c729 *max = eclass->sched_props.job_timeout_max; in xe_exec_queue_get_prop_minmax()