Re: [PATCH] drm/mediatek: Add spinlock for setting vblank event in atomic_begin

From: Fei Shao
Date: Wed Sep 13 2023 - 04:02:53 EST


On Thu, Aug 31, 2023 at 3:12 PM Fei Shao <fshao@xxxxxxxxxxxx> wrote:
>
> On Tue, Aug 22, 2023 at 10:27 PM Jason-JH.Lin <jason-jh.lin@xxxxxxxxxxxx> wrote:
> >
> > Add spinlock protection to avoid race condition on vblank event
> > between mtk_drm_crtc_atomic_begin() and mtk_drm_finish_page_flip().
> >
> > Fixes: 119f5173628a ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.")
> > Signed-off-by: Jason-JH.Lin <jason-jh.lin@xxxxxxxxxxxx>
>
> Reviewed-by: Fei Shao <fshao@xxxxxxxxxxxx>

Also, I verified that this fixes a real world system hang issue on the
MT8195 Chromebook.

Tested-by: Fei Shao <fshao@xxxxxxxxxxxx>