Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Dgpu_scheduler.h285 int drm_sched_entity_init(struct drm_sched_entity *entity,
/dragonfly/sys/dev/drm/scheduler/
H A Dgpu_scheduler.c177 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() function
199 EXPORT_SYMBOL(drm_sched_entity_init);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c95 r = drm_sched_entity_init(&ctx->rings[i].entity, in amdgpu_ctx_init()
H A Damdgpu_vce.c242 r = drm_sched_entity_init(&adev->vce.entity, &rq, 1, NULL); in amdgpu_vce_entity_init()
H A Damdgpu_uvd.c335 r = drm_sched_entity_init(&adev->uvd.entity, &rq, 1, NULL); in amdgpu_uvd_entity_init()
H A Damdgpu_ttm.c1938 r = drm_sched_entity_init(&adev->mman.entity, &rq, 1, NULL); in amdgpu_ttm_set_buffer_funcs_status()
H A Damdgpu_vm.c2701 r = drm_sched_entity_init(&vm->entity, &rq, 1, NULL); in amdgpu_vm_init()