Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_hw_engine_class_sysfs.c104 if (timeout < eclass->sched_props.job_timeout_min) in job_timeout_max_store()
148 WRITE_ONCE(eclass->sched_props.job_timeout_min, timeout); in job_timeout_min_store()
158 return sysfs_emit(buf, "%u\n", eclass->sched_props.job_timeout_min); in job_timeout_min_show()
162 __ATTR(job_timeout_min, 0644, job_timeout_min_show, job_timeout_min_store);
169 u32 min = eclass->sched_props.job_timeout_min; in job_timeout_store()
213 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_min); in job_timeout_min_default()
217 __ATTR(job_timeout_min, 0444, job_timeout_min_default, NULL);
A Dxe_hw_engine_types.h85 u32 job_timeout_min; member
A Dxe_hw_engine.c524 hwe->eclass->sched_props.job_timeout_min = XE_HW_ENGINE_JOB_TIMEOUT_MIN; in hw_engine_init_early()
A Dxe_exec_queue.c382 *min = eclass->sched_props.job_timeout_min; in xe_exec_queue_get_prop_minmax()

Completed in 13 milliseconds