Home
last modified time | relevance | path

Searched refs:scheds (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c204 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; in amdgpu_ctx_init_entity() local
225 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_init_entity()
233 sched = drm_sched_pick_best(scheds, num_scheds); in amdgpu_ctx_init_entity()
234 scheds = &sched; in amdgpu_ctx_init_entity()
238 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity()
782 struct drm_gpu_scheduler **scheds = NULL; in amdgpu_ctx_set_entity_priority() local
793 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority()
795 drm_sched_entity_modify_sched(&aentity->entity, scheds, in amdgpu_ctx_set_entity_priority()
Dvcn_v4_0.c1594 struct drm_gpu_scheduler **scheds; in vcn_v4_0_limit_sched() local
1600 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC] in vcn_v4_0_limit_sched()
1602 drm_sched_entity_modify_sched(job->base.entity, scheds, 1); in vcn_v4_0_limit_sched()
Dvcn_v3_0.c1767 struct drm_gpu_scheduler **scheds; in vcn_v3_0_limit_sched() local
1773 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_DEC] in vcn_v3_0_limit_sched()
1775 drm_sched_entity_modify_sched(job->base.entity, scheds, 1); in vcn_v3_0_limit_sched()