Searched refs:scheds (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ctx.c | 97 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; in amdgpu_ctx_init_entity() local 114 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() 524 struct drm_gpu_scheduler **scheds = NULL; in amdgpu_ctx_set_entity_priority() local 535 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority() 537 drm_sched_entity_modify_sched(&aentity->entity, scheds, in amdgpu_ctx_set_entity_priority()
|
| D | vcn_v3_0.c | 1845 struct drm_gpu_scheduler **scheds; in vcn_v3_0_limit_sched() local 1851 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_DEC] in vcn_v3_0_limit_sched() 1853 drm_sched_entity_modify_sched(p->entity, scheds, 1); in vcn_v3_0_limit_sched()
|