Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c57 if (timeout < eclass->sched_props.job_timeout_min) in job_timeout_max_store()
101 WRITE_ONCE(eclass->sched_props.job_timeout_min, timeout); in job_timeout_min_store()
111 return sysfs_emit(buf, "%u\n", eclass->sched_props.job_timeout_min); in job_timeout_min_show()
115 __ATTR(job_timeout_min, 0644, job_timeout_min_show, job_timeout_min_store);
122 u32 min = eclass->sched_props.job_timeout_min; in job_timeout_store()
166 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_min); in job_timeout_min_default()
170 __ATTR(job_timeout_min, 0444, job_timeout_min_default, NULL);
H A Dxe_hw_engine_types.h85 u32 job_timeout_min; member
H A Dxe_exec_queue.c356 *min = eclass->sched_props.job_timeout_min; in xe_exec_queue_get_prop_minmax()
H A Dxe_hw_engine.c522 hwe->eclass->sched_props.job_timeout_min = XE_HW_ENGINE_JOB_TIMEOUT_MIN; in hw_engine_init_early()