Home
last modified time | relevance | path

Searched refs:drm_sched_entity_init (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gpu_scheduler.h113 return drm_sched_entity_init(entity, 0, in xe_sched_entity_init()
/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c58 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() function
116 EXPORT_SYMBOL(drm_sched_entity_init);
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c443 ret = drm_sched_entity_init(entity, DRM_SCHED_PRIORITY_KERNEL, in nouveau_sched_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c252 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity()
H A Damdgpu_ttm.c2168 r = drm_sched_entity_init(&adev->mman.high_pr, in amdgpu_ttm_set_buffer_funcs_status()
2178 r = drm_sched_entity_init(&adev->mman.low_pr, in amdgpu_ttm_set_buffer_funcs_status()
H A Damdgpu_vm.c530 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
536 return drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c1315 err = drm_sched_entity_init(&queue->entity, in pvr_queue_create()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2347 ret = drm_sched_entity_init(&vm->entity, 0, &sched, 1, NULL); in panthor_vm_create()
H A Dpanthor_sched.c3563 ret = drm_sched_entity_init(&queue->entity, 0, &drm_sched, 1, NULL); in group_create_queue()