Re: [RFC PATCH 2/4] ui/egl-helpers: Consolidates create-sync and create-fence

2024-07-02 Thread Kim, Dongwon
Hi Marc-André, I will come up with a separate patch for this. On 7/2/2024 1:32 AM, Marc-André Lureau wrote: Hi On Fri, Jun 21, 2024 at 3:19 AM > wrote: From: Dongwon Kim mailto:dongwon@intel.com>> There is no reason to split those two operations so

Re: [RFC PATCH 2/4] ui/egl-helpers: Consolidates create-sync and create-fence

2024-07-02 Thread Marc-André Lureau
Hi On Fri, Jun 21, 2024 at 3:19 AM wrote: > From: Dongwon Kim > > There is no reason to split those two operations so combining > two functions - egl_dmabuf_create_sync and egl_dmabuf_create_fence. > > Cc: Gerd Hoffmann > Cc: Marc-André Lureau > Cc: Vivek Kasireddy > Signed-off-by: Dongwon K

[RFC PATCH 2/4] ui/egl-helpers: Consolidates create-sync and create-fence

2024-06-20 Thread dongwon . kim
From: Dongwon Kim There is no reason to split those two operations so combining two functions - egl_dmabuf_create_sync and egl_dmabuf_create_fence. Cc: Gerd Hoffmann Cc: Marc-André Lureau Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- include/ui/egl-helpers.h | 3 +-- ui/egl-helpers.c