Re: [PATCH v3 0/2] Consolidate create-sync and create-fence

2024-07-24 Thread Kim, Dongwon
Hey Marc-André, On 7/24/2024 3:37 AM, Marc-André Lureau wrote: Hi On Wed, Jul 24, 2024 at 2:05 AM > wrote: From: Dongwon Kim mailto:dongwon@intel.com>> Sync object itself is never used as is so can be removed from QemuDmaBuf struct. So now sync i

Re: [PATCH v3 0/2] Consolidate create-sync and create-fence

2024-07-24 Thread Marc-André Lureau
Hi On Wed, Jul 24, 2024 at 2:05 AM wrote: > From: Dongwon Kim > > Sync object itself is never used as is so can be removed > from QemuDmaBuf struct. So now sync is only temporarily needed > when creating fence for the object which means what was done in > egl_dmabuf_create_sync can now be a par

[PATCH v3 0/2] Consolidate create-sync and create-fence

2024-07-23 Thread dongwon . kim
From: Dongwon Kim Sync object itself is never used as is so can be removed from QemuDmaBuf struct. So now sync is only temporarily needed when creating fence for the object which means what was done in egl_dmabuf_create_sync can now be a part of egl_dmabuf_create_fence function. And egl_dmabuf_cr