Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_entity.c58 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() function
89 EXPORT_SYMBOL(drm_sched_entity_init);
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Dgpu_scheduler.h324 int drm_sched_entity_init(struct drm_sched_entity *entity,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ctx.c130 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, in amdgpu_ctx_init_entity()
H A Damdgpu_vce.c255 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
H A Damdgpu_uvd.c344 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
H A Damdgpu_vm.c2835 r = drm_sched_entity_init(&vm->direct, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init()
2841 r = drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init()
H A Damdgpu_ttm.c2117 r = drm_sched_entity_init(&adev->mman.entity, in amdgpu_ttm_set_buffer_funcs_status()