summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/cadence/Makefile
diff options
context:
space:
mode:
authorSwapnil Jakhade <sjakhade@cadence.com>2020-09-18 15:09:22 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-09-18 15:16:01 +0300
commitfb43aa0acdfd600c75b8c877bdf9f6e9893ffc9b (patch)
treee1ac6036688d8f369a8a75373b7b4c0ab72a38f5 /drivers/gpu/drm/bridge/cadence/Makefile
parent85649cc8dc509dfb97f5ac87f7efefe03539323a (diff)
downloadlinux-fb43aa0acdfd600c75b8c877bdf9f6e9893ffc9b.tar.xz
drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge
Add a new DRM bridge driver for Cadence MHDP8546 DPTX IP used in TI J721E SoC. MHDP DPTX IP is the component that complies with VESA DisplayPort (DP) and embedded Display Port (eDP) standards. It integrates uCPU running the embedded Firmware (FW) interfaced over APB interface. Basically, it takes a DPI stream as input and outputs it encoded in DP format. Currently, it supports only SST mode. Co-developed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Co-developed-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> Signed-off-by: Yuti Amonkar <yamonkar@cadence.com> Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/bridge/cadence/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/cadence/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/cadence/Makefile b/drivers/gpu/drm/bridge/cadence/Makefile
new file mode 100644
index 000000000000..676739cdf5e6
--- /dev/null
+++ b/drivers/gpu/drm/bridge/cadence/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_DRM_CDNS_MHDP8546) += cdns-mhdp8546.o
+cdns-mhdp8546-y := cdns-mhdp8546-core.o