Re: [PATCH v7 08/43] drm/mediatek: mtk_dpi: Support AFIFO 1T1P output and conversion

2025-03-02 Thread Chun-Kuang Hu
Chun-Kuang Hu 於 2025年3月2日 週日 下午7:29寫道: > > Hi, Angelo: > > AngeloGioacchino Del Regno 於 > 2025年2月17日 週一 下午11:49寫道: > > > > On some SoCs, like MT8195 and MT8188, the DPI's FIFO controller > > (afifo) supports outputting either one or two pixels per round > > regardless of the input being 1T1P or 1

Re: [PATCH v7 08/43] drm/mediatek: mtk_dpi: Support AFIFO 1T1P output and conversion

2025-03-02 Thread Chun-Kuang Hu
Hi, Angelo: AngeloGioacchino Del Regno 於 2025年2月17日 週一 下午11:49寫道: > > On some SoCs, like MT8195 and MT8188, the DPI's FIFO controller > (afifo) supports outputting either one or two pixels per round > regardless of the input being 1T1P or 1T2P. > > Add a `output_1pixel` member to struct mtk_dpi_c

[PATCH v7 08/43] drm/mediatek: mtk_dpi: Support AFIFO 1T1P output and conversion

2025-02-17 Thread AngeloGioacchino Del Regno
On some SoCs, like MT8195 and MT8188, the DPI's FIFO controller (afifo) supports outputting either one or two pixels per round regardless of the input being 1T1P or 1T2P. Add a `output_1pixel` member to struct mtk_dpi_conf which, if set, will enable outputting one pixel per clock. In case the inp