Lines Matching full:jobs
38 * Setting this flag on a scheduler fence prevents pipelining of jobs depending
40 * dependen jobs are pushed to the hw queue.
74 /* Used to chose between FIFO and RR jobs scheduling */
84 * Entities will emit jobs in order to their corresponding hardware
113 * A list of schedulers (struct drm_gpu_scheduler). Jobs from this entity can
151 * @job_queue: the list of jobs of this entity.
318 * @queue_node: used to append this struct to the queue of jobs in an entity.
403 * necessary. Skipped when jobs are killed instead of run.
428 * 2. Try to gracefully stop non-faulty jobs (optional)
430 * 4. Re-submit jobs using drm_sched_resubmit_jobs()
432 * jobs can be queued, and the scheduler thread is unblocked
444 * 2. Try to gracefully stop non-faulty jobs on all queues impacted by
447 * 4. Re-submit jobs on all schedulers impacted by the reset using
478 * waits on this wait queue until all the scheduled jobs are
480 * @hw_rq_count: the number of jobs currently in the hardware queue.
486 * @pending_list: the list of jobs which are currently in the job queue.