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/
HDgpu_scheduler.h285 int drm_sched_entity_init(struct drm_sched_entity *entity,
/dragonfly/sys/dev/drm/scheduler/
HDgpu_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/
HDamdgpu_ctx.c95 r = drm_sched_entity_init(&ctx->rings[i].entity, in amdgpu_ctx_init()
HDamdgpu_vce.c242 r = drm_sched_entity_init(&adev->vce.entity, &rq, 1, NULL); in amdgpu_vce_entity_init()
HDamdgpu_uvd.c335 r = drm_sched_entity_init(&adev->uvd.entity, &rq, 1, NULL); in amdgpu_uvd_entity_init()
HDamdgpu_ttm.c1938 r = drm_sched_entity_init(&adev->mman.entity, &rq, 1, NULL); in amdgpu_ttm_set_buffer_funcs_status()
HDamdgpu_vm.c2701 r = drm_sched_entity_init(&vm->entity, &rq, 1, NULL); in amdgpu_vm_init()