Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c59 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() function
94 EXPORT_SYMBOL(drm_sched_entity_init);
/openbmc/linux/include/drm/
H A Dgpu_scheduler.h569 int drm_sched_entity_init(struct drm_sched_entity *entity,
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c143 ret = drm_sched_entity_init(entity, sched_prio, &sched, 1, NULL); in get_sched_entity()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c115 drm_sched_entity_init(&v3d_priv->sched_entity[i], in v3d_open()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c412 return drm_sched_entity_init(&entity->base, in nouveau_sched_entity_init()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c161 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_init()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c79 drm_sched_entity_init(&ctx->sched_entity[i], in etnaviv_open()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c881 ret = drm_sched_entity_init(&panfrost_priv->sched_entity[i], in panfrost_job_open()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c243 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
H A Damdgpu_ctx.c251 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity()
H A Damdgpu_ttm.c2079 r = drm_sched_entity_init(&adev->mman.high_pr, in amdgpu_ttm_set_buffer_funcs_status()
2088 r = drm_sched_entity_init(&adev->mman.low_pr, in amdgpu_ttm_set_buffer_funcs_status()
H A Damdgpu_vm.c383 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
389 return drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
H A Damdgpu_uvd.c411 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()