Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c236 static bool exec_queue_killed_or_banned_or_wedged(struct xe_exec_queue *q) in exec_queue_killed_or_banned_or_wedged() function
1208 exec_queue_killed_or_banned_or_wedged(q); in guc_exec_queue_run_job()
1219 if (exec_queue_killed_or_banned_or_wedged(primary)) { in guc_exec_queue_run_job()
1510 exec_queue_killed_or_banned_or_wedged(q); in guc_exec_queue_timedout_job()
1763 return !exec_queue_killed_or_banned_or_wedged(q) && exec_queue_registered(q); in guc_exec_queue_allowed_to_change_state()
2123 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_priority()
2141 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_timeslice()
2160 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_preempt_timeout()
2180 if (exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_multi_queue_priority()
2206 if (exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_suspend()
[all …]