Re: [PATCH] drm/virtio: Fix flickering issue seen with imported dmabufs

2025-03-26 Thread Dmitry Osipenko
On 3/26/25 08:13, Kasireddy, Vivek wrote: >> Subject: Re: [PATCH] drm/virtio: Fix flickering issue seen with imported >> dmabufs >> >> On 3/25/25 23:10, Vivek Kasireddy wrote: >>> We need to save the reservation object pointer associated with the >>> impor

RE: [PATCH] drm/virtio: Fix flickering issue seen with imported dmabufs

2025-03-25 Thread Kasireddy, Vivek
> Subject: Re: [PATCH] drm/virtio: Fix flickering issue seen with imported > dmabufs > > On 3/25/25 23:10, Vivek Kasireddy wrote: > > We need to save the reservation object pointer associated with the > > imported dmabuf in the newly created GEM object to allow > > d

Re: [PATCH] drm/virtio: Fix flickering issue seen with imported dmabufs

2025-03-25 Thread Dmitry Osipenko
On 3/25/25 23:10, Vivek Kasireddy wrote: > We need to save the reservation object pointer associated with the > imported dmabuf in the newly created GEM object to allow > drm_gem_plane_helper_prepare_fb() to extract the exclusive fence > from it and attach it to the plane state during prepare phase

[PATCH] drm/virtio: Fix flickering issue seen with imported dmabufs

2025-03-25 Thread Vivek Kasireddy
We need to save the reservation object pointer associated with the imported dmabuf in the newly created GEM object to allow drm_gem_plane_helper_prepare_fb() to extract the exclusive fence from it and attach it to the plane state during prepare phase. This is needed to ensure that drm_atomic_helper