mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 15:20:37 +07:00
66cae477c3
This is the first step into converting the meson/drm driver to use the canvas module. If a canvas provider node is detected in DT, use it. Otherwise, fall back to what is currently being done. Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> [narmstrong: added back priv in meson_drv_unbind()] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181105104508.23090-3-mjourdan@baylibre.com
17 lines
464 B
Plaintext
17 lines
464 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
|
|
select MESON_CANVAS
|
|
|
|
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
|