Re: [PATCH v7 05/43] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence

2025-03-02 Thread Chun-Kuang Hu
Hi, Angelo: AngeloGioacchino Del Regno 於 2025年2月17日 週一 下午11:49寫道: > > In preparation for adding support for newer DPI instances which > do support direct-pin but do not have any H_FRE_CON register, > like the one found in MT8195 and MT8188, add a branch to check > if the reg_h_fre_con variable wa

[PATCH v7 05/43] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence

2025-02-17 Thread AngeloGioacchino Del Regno
In preparation for adding support for newer DPI instances which do support direct-pin but do not have any H_FRE_CON register, like the one found in MT8195 and MT8188, add a branch to check if the reg_h_fre_con variable was declared in the mtk_dpi_conf structure for the probed SoC DPI version. As a