Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_entity.c53 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() function
84 EXPORT_SYMBOL(drm_sched_entity_init);
/Linux-v5.10/include/drm/
Dgpu_scheduler.h322 int drm_sched_entity_init(struct drm_sched_entity *entity,
/Linux-v5.10/drivers/gpu/drm/v3d/
Dv3d_drv.c155 drm_sched_entity_init(&v3d_priv->sched_entity[i], in v3d_open()
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_sched.c167 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_init()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_job.c562 ret = drm_sched_entity_init(&panfrost_priv->sched_entity[i], in panfrost_job_open()
/Linux-v5.10/drivers/gpu/drm/etnaviv/
Detnaviv_drv.c72 drm_sched_entity_init(&ctx->sched_entity[i], in etnaviv_open()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c127 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, in amdgpu_ctx_init_entity()
Damdgpu_vce.c248 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
Damdgpu_uvd.c364 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
Damdgpu_vm.c2829 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init()
2835 r = drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init()
Damdgpu_ttm.c2072 r = drm_sched_entity_init(&adev->mman.entity, in amdgpu_ttm_set_buffer_funcs_status()