Searched defs:drm_sched_entity (Results 1 – 1 of 1) sorted by relevance
60 struct drm_sched_entity { struct88 * This can be modified by calling drm_sched_entity_modify_sched(). argument111 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument120 spinlock_t rq_lock;125 struct spsc_queue job_queue;136 atomic_t fence_seq;145 uint64_t fence_context;152 struct dma_fence *dependency;159 struct dma_fence_cb cb;186 * termination. This is set by calling drm_sched_entity_flush() and by argument[all …]
Completed in 4 milliseconds