Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c580 bool found_guilty = false; in drm_sched_resubmit_jobs() local
586 if (!found_guilty && atomic_read(&s_job->karma) > sched->hang_limit) { in drm_sched_resubmit_jobs()
587 found_guilty = true; in drm_sched_resubmit_jobs()
591 if (found_guilty && s_job->s_fence->scheduled.context == guilty_context) in drm_sched_resubmit_jobs()