Skip to content
Permalink
Browse files
drm/mediatek: Add mt8195 DisplayPort driver
This patch adds a DisplayPort driver for the Mediatek mt8195 SoC.

It supports both functional units on the mt8195, the embedded
DisplayPort as well as the external DisplayPort units. It offers
hot-plug-detection, audio up to 8 channels, and DisplayPort 1.4 with up
to 4 lanes.

This driver is based on an initial version by
Jason-JH.Lin <jason-jh.lin@mediatek.com>.

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
  • Loading branch information
scosu authored and intel-lab-lkp committed Aug 16, 2021
1 parent 831faa7 commit 6b92a3087c42316f0b4bb41cf29928a73271a1b5
Show file tree
Hide file tree
Showing 4 changed files with 6,129 additions and 0 deletions.
@@ -28,3 +28,10 @@ config DRM_MEDIATEK_HDMI
select PHY_MTK_HDMI
help
DRM/KMS HDMI driver for Mediatek SoCs

config MTK_DPTX_SUPPORT
tristate "DRM DPTX Support for Mediatek SoCs"
depends on DRM_MEDIATEK
select GENERIC_PHY
help
DRM/KMS Display Port driver for Mediatek SoCs.
@@ -20,3 +20,5 @@ mediatek-drm-hdmi-objs := mtk_cec.o \
mtk_hdmi_ddc.o

obj-$(CONFIG_DRM_MEDIATEK_HDMI) += mediatek-drm-hdmi.o

obj-$(CONFIG_MTK_DPTX_SUPPORT) += mtk_dp.o

0 comments on commit 6b92a30

Please sign in to comment.