drm/bridge: Add ITE IT6263 LVDS to HDMI converter
authorLiu Ying <victor.liu@nxp.com>
Mon, 4 Nov 2024 03:28:03 +0000 (11:28 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 5 Nov 2024 11:26:43 +0000 (13:26 +0200)
commit049723628716c7286d6265812567ef1b1ff4827e
tree14e37d8513adc9f42b89adc9c4f84b58040c8fa5
parent0a86a4d1a09185cebe071136599b7da619388f7a
drm/bridge: Add ITE IT6263 LVDS to HDMI converter

Add basic HDMI video output support. Currently, only RGB888 output
pixel format is supported.  At the LVDS input side, the driver
supports single LVDS link and dual LVDS links with "jeida-24" LVDS
mapping.

Product link:
https://www.ite.com.tw/en/product/cate1/IT6263

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Tested-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241104032806.611890-11-victor.liu@nxp.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/ite-it6263.c [new file with mode: 0644]