Searched defs:lima_sched_task (Results 1 – 1 of 1) sorted by relevance
20 struct lima_sched_task { struct21 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
Completed in 4 milliseconds