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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.h 49 struct amdgpu_ctx_entity *entities[AMDGPU_HW_IP_NUM][AMDGPU_MAX_ENTITY_NUM]; member in struct:amdgpu_ctx
  /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

Completed in 87 milliseconds