Re: [Openpvrsgx-devgroup] [PATCH] drm: omapdrm: Fix implicit dma_buf fencing

2022-01-06 Thread Merlijn Wajer
Hi, On 06/01/2022 10:45, Tony Lindgren wrote: > * Ivaylo Dimitrov [220105 15:38]: >> Fix that by initializing dma_buf resv to the resv of the gem object being >> exported. > > Nice find! This also fixes my wlroots test case with termite running on > sway where termite would only partially update

Re: [Openpvrsgx-devgroup] [PATCH] drm: omapdrm: Fix implicit dma_buf fencing

2022-01-06 Thread H. Nikolaus Schaller
Hi Ivo, > Am 06.01.2022 um 17:26 schrieb Ivaylo Dimitrov : > > Hi, > > On 6.01.22 г. 15:43 ч., Tomi Valkeinen wrote: >> Hi, >> On 05/01/2022 17:36, Ivaylo Dimitrov wrote: >>> Currently omapdrm driver does not initialize dma_buf_export_info resv >>> member, which leads to a new dma_resv being all

Re: [Openpvrsgx-devgroup] [PATCH] drm: omapdrm: Fix implicit dma_buf fencing

2022-01-06 Thread Tony Lindgren
* Ivaylo Dimitrov [220105 15:38]: > Fix that by initializing dma_buf resv to the resv of the gem object being > exported. Nice find! This also fixes my wlroots test case with termite running on sway where termite would only partially update when switching between desktops, so: Tested-by: Tony Li