Searched defs:drm_sched_entity (Results 1 – 1 of 1) sorted by relevance
88 struct drm_sched_entity { struct116 * This can be modified by calling drm_sched_entity_modify_sched(). argument139 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument148 spinlock_t rq_lock;153 struct spsc_queue job_queue;164 atomic_t fence_seq;173 uint64_t fence_context;180 struct dma_fence *dependency;187 struct dma_fence_cb cb;214 * termination. This is set by calling drm_sched_entity_flush() and by argument[all …]
Completed in 6 milliseconds