Re: [PATCH 1/2] ui/egl-helpers: Consolidate create-sync and create-fence

2024-07-05 Thread Kim, Dongwon
Hi Marc-André, On 7/3/2024 4:23 AM, Marc-André Lureau wrote: Hi On Wed, Jul 3, 2024 at 12:57 AM > wrote: From: Dongwon Kim mailto:dongwon@intel.com>> There is no reason to split those two operations so combining two functions - egl_dmabuf_create_

Re: [PATCH 1/2] ui/egl-helpers: Consolidate create-sync and create-fence

2024-07-03 Thread Marc-André Lureau
Hi On Wed, Jul 3, 2024 at 12:57 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. > > v2: egl_dmabuf_create_fence -> egl_dmabuf_create_fence_fd > (Marc-André Lureau ) > > Cc:

[PATCH 1/2] ui/egl-helpers: Consolidate create-sync and create-fence

2024-07-02 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. v2: egl_dmabuf_create_fence -> egl_dmabuf_create_fence_fd (Marc-André Lureau ) Cc: Gerd Hoffmann Cc: Marc-André Lureau Cc: Vivek Kasireddy S