[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAAOTY_85g9bvVDUqK3ePd+7cWvqmVU4zRb=f4QxU_=A9eZaEpw@mail.gmail.com>
Date: Wed, 18 Oct 2023 21:24:40 +0800
From: Chun-Kuang Hu <chunkuang.hu@...nel.org>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
Cc: Michael Walle <mwalle@...nel.org>, airlied@...il.com,
chunkuang.hu@...nel.org, ck.hu@...iatek.com, daniel@...ll.ch,
dri-devel@...ts.freedesktop.org, jitao.shi@...iatek.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-mediatek@...ts.infradead.org, matthias.bgg@...il.com,
p.zabel@...gutronix.de, shaoming.chen@...iatek.com,
yt.shen@...iatek.com
Subject: Re: [PATCH] drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling
Hi, Angelo:
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com> 於
2023年10月18日 週三 下午6:21寫道:
>
> Il 15/09/23 12:11, Michael Walle ha scritto:
> >> Due to the initial confusion about MIPI_DSI_MODE_EOT_PACKET, properly
> >> renamed to MIPI_DSI_MODE_NO_EOT_PACKET, reflecting its actual meaning,
> >> both the DSI_TXRX_CON register setting for bit (HSTX_)DIS_EOT and the
> >> later calculation for horizontal sync-active (HSA), back (HBP) and
> >> front (HFP) porches got incorrect due to the logic being inverted.
> >>
> >> This means that a number of settings were wrong because....:
> >> - DSI_TXRX_CON register setting: bit (HSTX_)DIS_EOT should be
> >> set in order to disable the End of Transmission packet;
> >> - Horizontal Sync and Back/Front porches: The delta used to
> >> calculate all of HSA, HBP and HFP should account for the
> >> additional EOT packet.
> >>
> >> Before this change...
> >> - Bit (HSTX_)DIS_EOT was being set when EOT packet was enabled;
> >> - For HSA/HBP/HFP delta... all three were wrong, as words were
> >> added when EOT disabled, instead of when EOT packet enabled!
> >>
> >> Invert the logic around flag MIPI_DSI_MODE_NO_EOT_PACKET in the
> >> MediaTek DSI driver to fix the aforementioned issues.
> >>
> >> Fixes: 8b2b99fd7931 ("drm/mediatek: dsi: Fine tune the line time caused by EOTp")
> >> Fixes: 2d52bfba09d1 ("drm/mediatek: add non-continuous clock mode and EOT packet control")
> >> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
> >
>
> Hello CK,
>
> can you please pick this fix?
Applied with the changing
Fixes: 2d52bfba09d1 ("drm/mediatek: add non-continuous clock mode and
EOT packet control")
to
Fixes: c87d1c4b5b9a ("drm/mediatek: dsi: Use symbolized register definition")
Regards,
Chun-Kuang.
>
> Thanks,
> Angelo
>
Powered by blists - more mailing lists