Searched refs:drm_sched_entity_init (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gpu_scheduler.h | 113 return drm_sched_entity_init(entity, 0, in xe_sched_entity_init()
|
| /linux/drivers/gpu/drm/scheduler/ |
| H A D | sched_entity.c | 58 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 D | nouveau_sched.c | 443 ret = drm_sched_entity_init(entity, DRM_SCHED_PRIORITY_KERNEL, in nouveau_sched_init()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 252 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity()
|
| H A D | amdgpu_ttm.c | 2168 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 D | amdgpu_vm.c | 530 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 D | pvr_queue.c | 1315 err = drm_sched_entity_init(&queue->entity, in pvr_queue_create()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 2347 ret = drm_sched_entity_init(&vm->entity, 0, &sched, 1, NULL); in panthor_vm_create()
|
| H A D | panthor_sched.c | 3563 ret = drm_sched_entity_init(&queue->entity, 0, &drm_sched, 1, NULL); in group_create_queue()
|