Re: [PATCH v7 06/43] drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data

2025-03-02 Thread Chun-Kuang Hu
Hi, Angelo: AngeloGioacchino Del Regno 於 2025年2月17日 週一 下午11:49寫道: > > In preparation for adding support for MT8195's HDMI reserved DPI > instance, move the input_2p_en bit for DP_INTF to platform data. > > While at it, remove the input_2pixel member from platform data as > having this bit implies

[PATCH v7 06/43] drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data

2025-02-17 Thread AngeloGioacchino Del Regno
In preparation for adding support for MT8195's HDMI reserved DPI instance, move the input_2p_en bit for DP_INTF to platform data. While at it, remove the input_2pixel member from platform data as having this bit implies that the 2pixel feature must be enabled. Reviewed-by: CK Hu Signed-off-by: A