Searched refs:job_timeout_max (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_hw_engine_class_sysfs.c | 65 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);
|
D | xe_hw_engine_types.h | 87 u32 job_timeout_max; member
|
D | xe_exec_queue.c | 350 *max = eclass->sched_props.job_timeout_max; in xe_exec_queue_get_prop_minmax()
|
D | xe_hw_engine.c | 492 hwe->eclass->sched_props.job_timeout_max = XE_HW_ENGINE_JOB_TIMEOUT_MAX; in hw_engine_init_early()
|