Searched refs:scheds (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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 230 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_init_entity() 237 &num_scheds, &scheds); in amdgpu_ctx_init_entity() 247 sched = drm_sched_pick_best(scheds, num_scheds); in amdgpu_ctx_init_entity() 248 scheds = &sched; in amdgpu_ctx_init_entity() 252 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity() 820 struct drm_gpu_scheduler **scheds = NULL; in amdgpu_ctx_set_entity_priority() local 831 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority() 833 drm_sched_entity_modify_sched(&aentity->entity, scheds, in amdgpu_ctx_set_entity_priority()
|
| H A D | amdgpu_xcp.h | 147 unsigned int *num_scheds, struct drm_gpu_scheduler ***scheds);
|
| H A D | aqua_vanjaram.c | 188 struct drm_gpu_scheduler ***scheds) in aqua_vanjaram_select_scheds() argument 211 *scheds = adev->xcp_mgr->xcp[fpriv->xcp_id].gpu_sched[hw_ip][hw_prio].sched; in aqua_vanjaram_select_scheds()
|
| H A D | vcn_v4_0.c | 1789 struct drm_gpu_scheduler **scheds; in vcn_v4_0_limit_sched() local 1799 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC] in vcn_v4_0_limit_sched() 1801 drm_sched_entity_modify_sched(job->base.entity, scheds, 1); in vcn_v4_0_limit_sched()
|
| H A D | vcn_v3_0.c | 1857 struct drm_gpu_scheduler **scheds; in vcn_v3_0_limit_sched() local 1867 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_DEC] in vcn_v3_0_limit_sched() 1869 drm_sched_entity_modify_sched(job->base.entity, scheds, 1); in vcn_v3_0_limit_sched()
|