Searched refs:scheds (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Daqua_vanjaram.c183 struct drm_gpu_scheduler ***scheds)
206 *scheds = adev->xcp_mgr->xcp[fpriv->xcp_id].gpu_sched[hw_ip][hw_prio].sched;
177 aqua_vanjaram_select_scheds( struct amdgpu_device *adev, u32 hw_ip, u32 hw_prio, struct amdgpu_fpriv *fpriv, unsigned int *num_scheds, struct drm_gpu_scheduler ***scheds) argument
H A Dvcn_v4_0_5.c1352 struct drm_gpu_scheduler **scheds; local
1362 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC]
1364 drm_sched_entity_modify_sched(job->base.entity, scheds, 1);
H A Dvcn_v4_0.c1689 struct drm_gpu_scheduler **scheds; local
1699 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC]
1701 drm_sched_entity_modify_sched(job->base.entity, scheds, 1);
H A Dvcn_v3_0.c1771 struct drm_gpu_scheduler **scheds; local
1781 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_DEC]
1783 drm_sched_entity_modify_sched(job->base.entity, scheds, 1);
H A Damdgpu_ctx.c207 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; local
230 scheds = adev->gpu_sched[hw_ip][hw_prio].sched;
237 &num_scheds, &scheds);
247 sched = drm_sched_pick_best(scheds, num_scheds);
248 scheds = &sched;
252 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds,
812 struct drm_gpu_scheduler **scheds = NULL; local
823 scheds = adev->gpu_sched[hw_ip][hw_prio].sched;
825 drm_sched_entity_modify_sched(&aentity->entity, scheds,
H A Damdgpu_xcp.h118 unsigned int *num_scheds, struct drm_gpu_scheduler ***scheds);

Completed in 160 milliseconds