Il 14/10/21 05:30, allen ha scritto:
This adds support for the iTE IT6505. This device can convert DPI signal to DP output. From: Allen Chen <allen.chen@xxxxxxxxxx> Tested-by: Hsin-yi Wang <hsinyi@xxxxxxxxxxxx> Signed-off-by: Hermes Wu <hermes.wu@xxxxxxxxxx> Signed-off-by: Allen Chen <allen.chen@xxxxxxxxxx> --- This patch depends on https://patchwork.kernel.org/project/linux-mediatek/patch/20210722062246.2512666-4-sam@xxxxxxxxxxxx/ --- drivers/gpu/drm/bridge/Kconfig | 8 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ite-it6505.c | 3335 +++++++++++++++++++++++++++ 3 files changed, 3344 insertions(+) create mode 100644 drivers/gpu/drm/bridge/ite-it6505.c
Hello Allen, since the dependency that you mentioned seems to be requiring some time to get merged in, can you please open-code the call to drm_bridge_new_crtc_state() as to stop requiring the commit you pointed to? We can perhaps update this driver later, whenever the series you mentioned will get applied. The reason for this request is due to a breakage on MT8183 Kukui: since DPI is supported in the drm-mediatek driver for this SoC, on platforms that are using a DSI<->DP/eDP bridge, a probe failure occurs for the DPI0 component. Leaving apart that drm-mediatek should be fixed to account for this as a non critical error (and keep going with DSI only, simply ignoring DPI0), the Kukui family of devices do have this functionality and it should be brought up as soon as possible at this point - especially since the driver that you've sent is ok to have. Looking forward to see a v11 without unsatisfiable dependencies! Thank you. Regards, - Angelo