Lines Matching defs:drm_sched_entity
88 struct drm_sched_entity { struct
97 struct list_head list;
124 * This can be modified by calling drm_sched_entity_modify_sched(). argument
147 * drm_sched_entity_set_priority(). Protected by @lock. argument
149 enum drm_sched_priority priority;
154 struct spsc_queue job_queue;
165 atomic_t fence_seq;
174 uint64_t fence_context;
181 struct dma_fence *dependency;
188 struct dma_fence_cb cb;
215 * termination. This is set by calling drm_sched_entity_flush() and by argument
224 * drm_sched_entity_fini(). argument
226 struct completion entity_idle;
233 ktime_t oldest_job_waiting;
262 struct drm_sched_entity *current_entity; argument