Lines Matching defs:drm_sched_entity
70 struct drm_sched_entity { struct
98 * This can be modified by calling drm_sched_entity_modify_sched(). argument
121 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument
123 enum drm_sched_priority priority;
130 spinlock_t rq_lock;
135 struct spsc_queue job_queue;
146 atomic_t fence_seq;
155 uint64_t fence_context;
162 struct dma_fence *dependency;
169 struct dma_fence_cb cb;
196 * termination. This is set by calling drm_sched_entity_flush() and by argument
205 * drm_sched_entity_fini(). argument
226 struct drm_sched_entity *current_entity; argument