Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sched_job.h50 static inline bool xe_sched_job_is_error(struct xe_sched_job *job) in xe_sched_job_is_error() function
Dxe_guc_submit.c726 if (!exec_queue_killed_or_banned_or_wedged(q) && !xe_sched_job_is_error(job)) { in guc_exec_queue_run_job()