Lines Matching defs:lima_sched_pipe
37 struct lima_sched_pipe { struct
38 struct drm_gpu_scheduler base;
40 u64 fence_context;
41 u32 fence_seqno;
42 spinlock_t fence_lock;
66 int (*task_validate)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument
67 void (*task_run)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument
68 void (*task_fini)(struct lima_sched_pipe *pipe); argument
69 void (*task_error)(struct lima_sched_pipe *pipe); argument
70 void (*task_mmu_error)(struct lima_sched_pipe *pipe); argument
81 int lima_sched_context_init(struct lima_sched_pipe *pipe, argument