Re: [PATCH v4 0/1] Stabilize use of vblank_refcount

2023-12-12 Thread Dmitry Baryshkov
On Tue, 12 Dec 2023 15:10:57 -0800, 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: >

[PATCH v4 0/1] Stabilize use of vblank_refcount

2023-12-12 Thread Paloma Arellano
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: v4: - Removed vblank_ctl_lock from dpu_encoder_virt, so it is only a