]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/mediatek: dpi: Implement a CK/DE pol toggle in SoC config
authorGuillaume Ranquet <granquet@baylibre.com>
Fri, 1 Jul 2022 03:58:35 +0000 (11:58 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 4 Jul 2022 14:26:12 +0000 (22:26 +0800)
commitcf060519e48e7ca9844325d73bc3225182ac6223
tree981668ae7dc1512b0d1d7ff5487536db9469cb21
parent4393c74a88cdbf36d8ccc315af09eae1bbe47ae2
drm/mediatek: dpi: Implement a CK/DE pol toggle in SoC config

Dp_intf does not support CK/DE polarity because the polarity information
is not used for eDP and DP while dp_intf is only for eDP and DP.
Therefore, we add a bit of flexibility to support SoCs without CK/DE pol
support.

Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20220701035845.16458-7-rex-bc.chen@mediatek.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_dpi.c