Searched refs:job_timeout_min (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_class_sysfs.c | 100 if (timeout < eclass->sched_props.job_timeout_min) in job_timeout_max_store() 144 WRITE_ONCE(eclass->sched_props.job_timeout_min, timeout); in job_timeout_min_store() 154 return sysfs_emit(buf, "%u\n", eclass->sched_props.job_timeout_min); in job_timeout_min_show() 158 __ATTR(job_timeout_min, 0644, job_timeout_min_show, job_timeout_min_store); 165 u32 min = eclass->sched_props.job_timeout_min; in job_timeout_store() 209 return sysfs_emit(buf, "%u\n", eclass->defaults.job_timeout_min); in job_timeout_min_default() 213 __ATTR(job_timeout_min, 0444, job_timeout_min_default, NULL);
|
| H A D | xe_hw_engine_types.h | 85 u32 job_timeout_min; member
|
| H A D | xe_hw_engine.c | 534 hwe->eclass->sched_props.job_timeout_min = XE_HW_ENGINE_JOB_TIMEOUT_MIN; in hw_engine_init_early()
|
| H A D | xe_exec_queue.c | 728 *min = eclass->sched_props.job_timeout_min; in xe_exec_queue_get_prop_minmax()
|