Lines Matching defs:drm_sched_entity
82 struct drm_sched_entity { struct
91 struct list_head list;
118 * This can be modified by calling drm_sched_entity_modify_sched(). argument
141 * drm_sched_entity_set_priority(). Protected by @lock. argument
143 enum drm_sched_priority priority;
148 struct spsc_queue job_queue;
159 atomic_t fence_seq;
168 uint64_t fence_context;
175 struct dma_fence *dependency;
182 struct dma_fence_cb cb;
209 * termination. This is set by calling drm_sched_entity_flush() and by argument
218 * drm_sched_entity_fini(). argument
220 struct completion entity_idle;
227 ktime_t oldest_job_waiting;
256 struct drm_sched_entity *current_entity; argument