drm/mediatek: dpi: Add kernel document for struct mtk_dpi_conf
authorBo-Chen Chen <rex-bc.chen@mediatek.com>
Fri, 1 Jul 2022 03:58:32 +0000 (11:58 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 4 Jul 2022 14:04:24 +0000 (22:04 +0800)
commit0bf0cb60116a4f8f44136d03ed8a47ea32f02f8e
tree4d96b0a1eb99c456013dc43213f32fb3fc4a4be4
parentf294c89fbc3806d8c292a9ff9385acadb0f19233
drm/mediatek: dpi: Add kernel document for struct mtk_dpi_conf

This driver will support dp_intf and there are many configs between dpi
and dp_intf. Therefore, we will add many configs in "struct mtk_dpi_conf".
To let this structure more readable, we add this kernel doc.

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