mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 00:36:42 +07:00
3f68be7d8e
The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX Controller with a custom Bridge + PHY around the Controller. This driver makes uses of all the custom PHY plat data callbacks and enables the compatible HDMI modes to be configured as a drm_encoder instance. Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
config DRM_MESON
|
|
tristate "DRM Support for Amlogic Meson Display Controller"
|
|
depends on DRM && OF && (ARM || ARM64)
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
select REGMAP_MMIO
|
|
|
|
config DRM_MESON_DW_HDMI
|
|
tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
|
|
depends on DRM_MESON
|
|
default y if DRM_MESON
|
|
select DRM_DW_HDMI
|