Home
last modified time | relevance | path

Searched refs:xe_hw_engine_timeout_in_range (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine_class_sysfs.c30 bool xe_hw_engine_timeout_in_range(u64 timeout, u64 min, u64 max) in xe_hw_engine_timeout_in_range() function
60 if (!xe_hw_engine_timeout_in_range(timeout, in job_timeout_max_store()
96 if (!xe_hw_engine_timeout_in_range(timeout, in job_timeout_min_store()
131 if (!xe_hw_engine_timeout_in_range(timeout, min, max)) in job_timeout_store()
197 if (!xe_hw_engine_timeout_in_range(duration, min, max)) in timeslice_duration_store()
220 if (!xe_hw_engine_timeout_in_range(duration, in timeslice_duration_max_store()
258 if (!xe_hw_engine_timeout_in_range(duration, in timeslice_duration_min_store()
340 if (!xe_hw_engine_timeout_in_range(timeout, min, max)) in preempt_timeout_store()
410 if (!xe_hw_engine_timeout_in_range(timeout, in preempt_timeout_max_store()
447 if (!xe_hw_engine_timeout_in_range(timeout, in preempt_timeout_min_store()
Dxe_hw_engine_class_sysfs.h15 bool xe_hw_engine_timeout_in_range(u64 timeout, u64 min, u64 max);
Dxe_exec_queue.c394 !xe_hw_engine_timeout_in_range(value, min, max)) in exec_queue_set_timeslice()