Lines Matching full:entities
78 * Entities will emit jobs in order to their corresponding hardware
79 * ring, and the scheduler will alternate between entities based on
86 * Used to append this struct to the list of entities in the runqueue
87 * @rq under &drm_sched_rq.entities.
187 * Points to entities' guilty.
239 * struct drm_sched_rq - queue of entities to be scheduled.
242 * @lock: protects @entities, @rb_tree_root and @current_entity.
244 * @entities: list of the entities to be scheduled.
245 * @rb_tree_root: root of time based priority queue of entities for FIFO scheduling
247 * Run queue is a set of entities scheduling command submissions for
257 struct list_head entities; member
616 /* Entities */