Re: [PATCH v5 1/1] drm/syncobj: add sideband payload

2019-08-21 Thread Jason Ekstrand
On Fri, Aug 9, 2019 at 8:43 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > The Vulkan timeline semaphores allow signaling to happen on the point > of the timeline without all of the its dependencies to be created. > > The current 2 implementations (AMD/Intel) of the Vulkan spec on

Re: [PATCH v5 1/1] drm/syncobj: add sideband payload

2019-08-16 Thread zhoucm1
If it is not submitted yet,  Reviewed-by: Chunming Zhou -David On 2019年08月09日 21:43, Lionel Landwerlin wrote: The Vulkan timeline semaphores allow signaling to happen on the point of the timeline without all of the its dependencies to be created. The current 2 implementations (AMD/Intel) of

[PATCH v5 1/1] drm/syncobj: add sideband payload

2019-08-09 Thread Lionel Landwerlin
The Vulkan timeline semaphores allow signaling to happen on the point of the timeline without all of the its dependencies to be created. The current 2 implementations (AMD/Intel) of the Vulkan spec on top of the Linux kernel are using a thread to wait on the dependencies of a given point to