Re: [PATCH v6 08/11] drm/mediatek: mtk_dsi: Add support for MT8196
From: CK Hu (胡俊光)
Date: Wed Aug 26 2026 - 22:23:28 EST
On Wed, 2026-07-15 at 15:57 +0200, AngeloGioacchino Del Regno wrote:
> Add support for the new DSI IP found in the Kompanio Ultra MT8196
> SoC and its Dimensity and Genio variants.
>
> Differently from the older DSI IPs, the one from MT8196 requires
> the initialization of all of the QoS parameters and can make use
> of a DSI SRAM reserved buffer (present also on older SoCs but not
> mandatory on those).
I would like to separate this patch into two patches.
One is to set QoS parameter and SRAM.
Another one is to support MT8196 DSI.
Regards,
CK
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
> ---