Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/lima/
Dlima_sched.h46 struct lima_sched_pipe { struct
47 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); argument
78 void (*task_run)(struct lima_sched_pipe *pipe, struct lima_sched_task *task); argument
79 void (*task_fini)(struct lima_sched_pipe *pipe); argument
80 void (*task_error)(struct lima_sched_pipe *pipe); argument
[all …]