Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/lima/
A 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
79 void (*task_fini)(struct lima_sched_pipe *pipe); argument
80 void (*task_error)(struct lima_sched_pipe *pipe); argument
81 void (*task_mmu_error)(struct lima_sched_pipe *pipe); argument
[all …]

Completed in 3 milliseconds