Searched defs:lima_sched_task (Results 1 – 1 of 1) sorted by relevance
11 struct lima_sched_task { struct12 struct drm_sched_job base;14 struct lima_vm *vm;15 void *frame;17 struct xarray deps;18 unsigned long last_dep;20 struct lima_bo **bos;44 struct lima_sched_task *current_task; argument