Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_sched.h20 struct lima_sched_task { struct
21 struct drm_sched_job base;
23 struct lima_vm *vm;
24 void *frame;
26 struct lima_bo **bos;
27 int num_bos;
29 bool recoverable;
30 struct lima_bo *heap;
55 struct lima_sched_task *current_task; argument