Re: [PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in board config

2022-02-25 Thread Guillaume Ranquet
Quoting Chun-Kuang Hu (2022-02-21 03:14:02) > HI, Guillaume: > > Guillaume Ranquet 於 2022年2月18日 週五 下午10:56寫道: > > > > Adds a bit of flexibility to support boards without CK/DE pol support > > I'm not sure what the term 'board' mean. Do you mean different board > with different panel but all with

Re: [PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in board config

2022-02-21 Thread AngeloGioacchino Del Regno
Il 18/02/22 15:54, Guillaume Ranquet ha scritto: Adds a bit of flexibility to support boards without CK/DE pol support Signed-off-by: Guillaume Ranquet s/board/SoC/g After the change, Reviewed-by: AngeloGioacchino Del Regno

Re: [PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in board config

2022-02-20 Thread Chun-Kuang Hu
HI, Guillaume: Guillaume Ranquet 於 2022年2月18日 週五 下午10:56寫道: > > Adds a bit of flexibility to support boards without CK/DE pol support I'm not sure what the term 'board' mean. Do you mean different board with different panel but all with mt8195-dpintf? If so, you should get CK/DE support from

[PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in board config

2022-02-18 Thread Guillaume Ranquet
Adds a bit of flexibility to support boards without CK/DE pol support Signed-off-by: Guillaume Ranquet --- drivers/gpu/drm/mediatek/mtk_dpi.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c