Searched defs:drm_gpu_scheduler (Results 1 – 1 of 1) sorted by relevance
573 struct drm_gpu_scheduler { struct574 const struct drm_sched_backend_ops *ops;575 u32 credit_limit;576 atomic_t credit_count;577 long timeout;578 const char *name;579 u32 num_rqs;580 struct drm_sched_rq **sched_rq;581 wait_queue_head_t job_scheduled;582 atomic64_t job_id_count;[all …]