Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
Dlima_sched.h49 struct lima_sched_pipe { struct
50 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); argument
81 void (*task_run)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument
82 void (*task_fini)(struct lima_sched_pipe *pipe); argument
83 void (*task_error)(struct lima_sched_pipe *pipe); argument
[all …]