Lines Matching full:entities
84 * Entities will emit jobs in order to their corresponding hardware
85 * ring, and the scheduler will alternate between entities based on
92 * Used to append this struct to the list of entities in the runqueue
93 * @rq under &drm_sched_rq.entities.
193 * Points to entities' guilty.
245 * struct drm_sched_rq - queue of entities to be scheduled.
248 * @lock: protects @entities, @rb_tree_root and @current_entity.
250 * @entities: list of the entities to be scheduled.
251 * @rb_tree_root: root of time based priority queue of entities for FIFO scheduling
253 * Run queue is a set of entities scheduling command submissions for
263 struct list_head entities; member