[PATCH 0/3] drm/v3d: add multiple in/out syncobjs support

2021-08-18 Thread Melissa Wen
Currently, v3d only supports single in/out syncobj per submission (in v3d_submit_cl, there are two in_sync, one for bin and another for render job); however, Vulkan queue submit operations expect multiples wait and signal semaphores. This series extends v3d interface and job dependency operations t

[RFC PATCH 0/3] drm/v3d: add multiple in/out syncobjs support

2021-08-04 Thread Melissa Wen
Hi, Currently, v3d only supports single in/out syncobj per submission (in v3d_submit_cl we have two in_sync, one for bin and another for render job); however, Vulkan queue submit operations expect multiples wait and signal semaphores. This series extending v3d interface and job dependency operatio