Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Dgpu_scheduler.h84 struct drm_sched_entity { struct
85 struct list_head list;
86 struct drm_sched_rq *rq;
87 struct drm_gpu_scheduler **sched_list;
88 unsigned int num_sched_list;
89 enum drm_sched_priority priority;
90 spinlock_t rq_lock;
92 struct spsc_queue job_queue;
94 atomic_t fence_seq;
95 uint64_t fence_context;
[all …]
/kernel/linux/linux-6.6/include/drm/
Dgpu_scheduler.h88 struct drm_sched_entity { struct
116 * This can be modified by calling drm_sched_entity_modify_sched(). argument
139 * drm_sched_entity_set_priority(). Protected by &rq_lock. argument
141 enum drm_sched_priority priority;
148 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;
[all …]