1fb43aa0aSSwapnil Jakhade# SPDX-License-Identifier: GPL-2.0-only 2fb43aa0aSSwapnil Jakhadeconfig DRM_CDNS_MHDP8546 3fb43aa0aSSwapnil Jakhade tristate "Cadence DPI/DP bridge" 4*1e0f6642SThomas Zimmermann select DRM_DISPLAY_DP_HELPER 5*1e0f6642SThomas Zimmermann select DRM_DISPLAY_HELPER 6fb43aa0aSSwapnil Jakhade select DRM_KMS_HELPER 7fb43aa0aSSwapnil Jakhade select DRM_PANEL_BRIDGE 8fb43aa0aSSwapnil Jakhade depends on OF 9fb43aa0aSSwapnil Jakhade help 10fb43aa0aSSwapnil Jakhade Support Cadence DPI to DP bridge. This is an internal 11fb43aa0aSSwapnil Jakhade bridge and is meant to be directly embedded in a SoC. 12fb43aa0aSSwapnil Jakhade It takes a DPI stream as input and outputs it encoded 13fb43aa0aSSwapnil Jakhade in DP format. 14afba7e6cSSwapnil Jakhade 15afba7e6cSSwapnil Jakhadeif DRM_CDNS_MHDP8546 16afba7e6cSSwapnil Jakhade 17afba7e6cSSwapnil Jakhadeconfig DRM_CDNS_MHDP8546_J721E 188519873dSNishanth Menon depends on ARCH_K3 || COMPILE_TEST 19afba7e6cSSwapnil Jakhade bool "J721E Cadence DPI/DP wrapper support" 20afba7e6cSSwapnil Jakhade default y 21afba7e6cSSwapnil Jakhade help 22afba7e6cSSwapnil Jakhade Support J721E Cadence DPI/DP wrapper. This is a wrapper 23afba7e6cSSwapnil Jakhade which adds support for J721E related platform ops. It 24afba7e6cSSwapnil Jakhade initializes the J721E Display Port and sets up the 25afba7e6cSSwapnil Jakhade clock and data muxes. 26afba7e6cSSwapnil Jakhadeendif 27