Lines Matching defs:priority
41 * @priority: priority of the entity
50 * For changing @priority later on at runtime see
60 enum drm_sched_priority priority,
73 entity->priority = priority;
79 entity->rq = &sched_list[0]->sched_rq[entity->priority];
383 * drm_sched_entity_set_priority - Sets priority of the entity
386 * @priority: scheduler priority
388 * Update the priority of runqueus used for the entity.
391 enum drm_sched_priority priority)
394 entity->priority = priority;
554 rq = sched ? &sched->sched_rq[entity->priority] : NULL;