Home
last modified time | relevance | path

Searched defs:drm_sched_entity (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/drm/
A Dgpu_scheduler.h78 struct drm_sched_entity { struct
106 * This can be modified by calling drm_sched_entity_modify_sched(). argument
129 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument
138 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