Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine_class_sysfs.c65 WRITE_ONCE(eclass->sched_props.job_timeout_max, timeout); in job_timeout_max_store()
75 return sysfs_emit(buf, "%u\n", eclass->sched_props.job_timeout_max); in job_timeout_max_show()
79 __ATTR(job_timeout_max, 0644, job_timeout_max_show, job_timeout_max_store);
93 if (timeout > eclass->sched_props.job_timeout_max) in job_timeout_min_store()
123 u32 max = eclass->sched_props.job_timeout_max; in job_timeout_store()
177 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_max); in job_timeout_max_default()
181 __ATTR(job_timeout_max, 0444, job_timeout_max_default, NULL);
Dxe_hw_engine_types.h87 u32 job_timeout_max; member
Dxe_exec_queue.c350 *max = eclass->sched_props.job_timeout_max; in xe_exec_queue_get_prop_minmax()
Dxe_hw_engine.c492 hwe->eclass->sched_props.job_timeout_max = XE_HW_ENGINE_JOB_TIMEOUT_MAX; in hw_engine_init_early()