Searched defs:drm_sched_entity (Results 1 – 1 of 1) sorted by relevance
78 struct drm_sched_entity { struct106 * This can be modified by calling drm_sched_entity_modify_sched(). argument129 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument138 spinlock_t rq_lock;143 struct spsc_queue job_queue;154 atomic_t fence_seq;163 uint64_t fence_context;170 struct dma_fence *dependency;177 struct dma_fence_cb cb;204 * termination. This is set by calling drm_sched_entity_flush() and by argument[all …]
Completed in 4 milliseconds