mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
b16336ecc9
PD#SWPL-252467 Problem: 1.When binding DRM to hdmitx/dptx/edp, pass the correct connector_type according to the connector connection configuration. 2.hdmitx/edptx/dptx assigns the corresponding connector_type to vout_server based on the correct hardware configuration information. Solution: 1.Create a new connector type for dptx/edptx, distinct from the dptx/edptx connector type used by the panel. 2.The venc_idx used by dptx/edptx needs to be configured on DTS, and will be obtained from DTS during probe. 3.The connector_type passed from dptx/edptx/hdmitx to drm and vout must have the same value. Verify: S7D Test: DRM-TX-79,DRM-TX-80,DRM-TX-81,DRM-TX-82 Change-Id: Id7af2d012b96a6175a45d86bac0f1b572cc3b75f Signed-off-by: xiang.wu1 <xiang.wu1@amlogic.com>