mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
356 B
Text
12 lines
356 B
Text
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config DRM_CDNS_MHDP8546
|
||
|
tristate "Cadence DPI/DP bridge"
|
||
|
select DRM_KMS_HELPER
|
||
|
select DRM_PANEL_BRIDGE
|
||
|
depends on OF
|
||
|
help
|
||
|
Support Cadence DPI to DP bridge. This is an internal
|
||
|
bridge and is meant to be directly embedded in a SoC.
|
||
|
It takes a DPI stream as input and outputs it encoded
|
||
|
in DP format.
|