Re: [PATCH v3 0/2] Stabilize use of vblank_refcount

2023-12-01 Thread Paloma Arellano
On 11/30/2023 11:41 PM, Dmitry Baryshkov wrote: On Fri, 1 Dec 2023 at 03:41, Paloma Arellano wrote: There is currently a race condition occuring when accessing vblank_refcount. Therefore, vblank irq timeouts may occur. Avoid any vblank irq timeouts by stablizing the use of vblank_refcount.

Re: [PATCH v3 0/2] Stabilize use of vblank_refcount

2023-11-30 Thread Dmitry Baryshkov
On Fri, 1 Dec 2023 at 03:41, Paloma Arellano wrote: > > There is currently a race condition occuring when accessing > vblank_refcount. Therefore, vblank irq timeouts may occur. > > Avoid any vblank irq timeouts by stablizing the use of vblank_refcount. > > Changes from prior versions: >v2: - S