Searched defs:drm_gpu_scheduler (Results 1 – 1 of 1) sorted by relevance
506 struct drm_gpu_scheduler { struct507 const struct drm_sched_backend_ops *ops;508 u32 credit_limit;509 atomic_t credit_count;510 long timeout;511 const char *name;512 u32 num_rqs;513 struct drm_sched_rq **sched_rq;514 wait_queue_head_t job_scheduled;515 atomic64_t job_id_count;[all …]