/linux/drivers/gpu/drm/msm/ |
H A D | msm_submitqueue.c | 152 ret = drm_sched_entity_init(entity, sched_prio, &sched, 1, NULL); in get_sched_entity() 220 drm_sched_entity_init(queue->entity, DRM_SCHED_PRIORITY_KERNEL, in msm_submitqueue_create()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gpu_scheduler.h | 96 return drm_sched_entity_init(entity, 0, in xe_sched_entity_init()
|
H A D | xe_execlist.c | 367 err = drm_sched_entity_init(&exl->entity, 0, &sched, 1, NULL); in execlist_exec_queue_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 115 EXPORT_SYMBOL(drm_sched_entity_init);
|
/linux/include/drm/ |
H A D | gpu_scheduler.h | 686 int drm_sched_entity_init(struct drm_sched_entity *entity,
|
/linux/drivers/gpu/drm/scheduler/tests/ |
H A D | mock_scheduler.c | 35 ret = drm_sched_entity_init(&entity->base, in drm_mock_sched_entity_new()
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 132 drm_sched_entity_init(&v3d_priv->sched_entity[i], in v3d_open()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sched.c | 455 ret = drm_sched_entity_init(entity, DRM_SCHED_PRIORITY_KERNEL, in nouveau_sched_init()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_sched.c | 163 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_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 | 2124 r = drm_sched_entity_init(&adev->mman.high_pr, in amdgpu_ttm_set_buffer_funcs_status() 2134 r = drm_sched_entity_init(&adev->mman.low_pr, in amdgpu_ttm_set_buffer_funcs_status()
|
H A D | amdgpu_uvd.c | 411 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
|
H A D | amdgpu_vm.c | 510 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities() 516 return drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
|
H A D | amdgpu_gfx.c | 1462 r = drm_sched_entity_init(&entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_gfx_run_cleaner_shader_job()
|
/linux/drivers/accel/amdxdna/ |
H A D | aie2_ctx.c | 593 ret = drm_sched_entity_init(&priv->entity, DRM_SCHED_PRIORITY_NORMAL, in aie2_hwctx_init()
|
/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 | 2364 ret = drm_sched_entity_init(&vm->entity, 0, &sched, 1, NULL); in panthor_vm_create()
|
H A D | panthor_sched.c | 3383 ret = drm_sched_entity_init(&queue->entity, 0, &drm_sched, 1, NULL); in group_create_queue()
|