Searched refs:drm_sched_entity_init (Results 1 – 18 of 18) sorted by relevance
/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/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/etnaviv/ |
H A D | etnaviv_drv.c | 90 drm_sched_entity_init(&ctx->sched_entity[i], in etnaviv_open()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.c | 243 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
|
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_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_uvd.c | 411 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
|
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/gpu/drm/panfrost/ |
H A D | panfrost_job.c | 929 ret = drm_sched_entity_init(&panfrost_priv->sched_entity[i], in panfrost_job_open()
|
/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()
|