Searched defs:lima_sched_pipe (Results 1 – 2 of 2) sorted by relevance
46 struct lima_sched_pipe { struct47 struct drm_gpu_scheduler base;49 u64 fence_context;50 u32 fence_seqno;51 spinlock_t fence_lock;53 struct lima_device *ldev;77 int (*task_validate)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument78 void (*task_run)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument79 void (*task_fini)(struct lima_sched_pipe *pipe); argument80 void (*task_error)(struct lima_sched_pipe *pipe); argument[all …]
49 struct lima_sched_pipe { struct50 struct drm_gpu_scheduler base;52 u64 fence_context;53 u32 fence_seqno;54 spinlock_t fence_lock;56 struct lima_device *ldev;80 int (*task_validate)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument81 void (*task_run)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument82 void (*task_fini)(struct lima_sched_pipe *pipe); argument83 void (*task_error)(struct lima_sched_pipe *pipe); argument[all …]