HomeSort by: relevance | last modified time | path
    Searched refs:entities (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.c 135 ctx->entities[hw_ip][ring] = entity;
198 amdgpu_ctx_fini_entity(ctx->entities[i][j]);
199 ctx->entities[i][j] = NULL;
229 if (ctx->entities[hw_ip][ring] == NULL) {
235 *entity = &ctx->entities[hw_ip][ring]->entity;
284 if (!ctx->entities[i][j])
287 drm_sched_entity_destroy(&ctx->entities[i][j]->entity);
530 if (!ctx->entities[i][j])
533 entity = &ctx->entities[i][j]->entity;
583 if (!ctx->entities[i][j]
    [all...]
amdgpu_ctx.h 49 struct amdgpu_ctx_entity *entities[AMDGPU_HW_IP_NUM][AMDGPU_MAX_ENTITY_NUM]; member in struct:amdgpu_ctx
amdgpu_job.c 271 list_for_each_entry(s_entity, &rq->entities, list) {
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_main.c 29 * The GPU scheduler provides entities which allow userspace to push jobs
31 * The software queues have a priority among them. The scheduler selects the entities
42 * 3. Each scheduler run queue has a queue of entities to schedule
43 * 4. Entities themselves maintain a queue of jobs that will be scheduled on
81 INIT_LIST_HEAD(&rq->entities);
101 list_add_tail(&entity->list, &rq->entities);
142 list_for_each_entry_continue(entity, &rq->entities, list) {
152 list_for_each_entry(entity, &rq->entities, list) {
364 list_for_each_entry_safe(entity, tmp, &rq->entities, list) {
375 if (&entity->list != &rq->entities)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 56 * @list: used to append this struct to the list of entities in the
82 * Entities will emit jobs in order to their corresponding hardware
83 * ring, and the scheduler will alternate between entities based on
113 * struct drm_sched_rq - queue of entities to be scheduled.
115 * @lock: to modify the entities list.
117 * @entities: list of the entities to be scheduled.
120 * Run queue is a set of entities scheduling command submissions for
127 struct list_head entities; member in struct:drm_sched_rq
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 12 * compiler (instrumentation), and host tools (reader/writer). The entities
54 * The second part of the file includes definitions all other entities that

Completed in 14 milliseconds