Searched refs:scheds (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 207 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; in amdgpu_ctx_init_entity() local 229 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_init_entity() 237 &num_scheds, &scheds); in amdgpu_ctx_init_entity() 252 sched = drm_sched_pick_best(scheds, num_scheds); in amdgpu_ctx_init_entity() 253 scheds = &sched; in amdgpu_ctx_init_entity() 257 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity() 801 struct drm_gpu_scheduler **scheds = NULL; in amdgpu_ctx_set_entity_priority() local 812 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority() 814 drm_sched_entity_modify_sched(&aentity->entity, scheds, in amdgpu_ctx_set_entity_priority()
|
| H A D | amdgpu_ttm.c | 2054 struct drm_gpu_scheduler **scheds, in amdgpu_ttm_buffer_entity_init() argument 2061 r = drm_sched_entity_init(&entity->base, prio, scheds, num_schedulers, NULL); in amdgpu_ttm_buffer_entity_init()
|