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 D | sched_entity.c | 58 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 D | gpu_scheduler.h | 324 int drm_sched_entity_init(struct drm_sched_entity *entity,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 130 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, in amdgpu_ctx_init_entity()
|
H A D | amdgpu_vce.c | 255 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
|
H A D | amdgpu_uvd.c | 344 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
|
H A D | amdgpu_vm.c | 2835 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 D | amdgpu_ttm.c | 2117 r = drm_sched_entity_init(&adev->mman.entity, in amdgpu_ttm_set_buffer_funcs_status()
|