Searched refs:scheds (Results 1 – 1 of 1) sorted by relevance
97 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; in amdgpu_ctx_init_entity() local114 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_init_entity()122 sched = drm_sched_pick_best(scheds, num_scheds); in amdgpu_ctx_init_entity()123 scheds = &sched; in amdgpu_ctx_init_entity()127 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, in amdgpu_ctx_init_entity()513 struct drm_gpu_scheduler **scheds = NULL; in amdgpu_ctx_set_entity_priority() local524 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority()526 drm_sched_entity_modify_sched(&aentity->entity, scheds, in amdgpu_ctx_set_entity_priority()