aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/meson_vpp.h
diff options
context:
space:
mode:
authorNeil Armstrong <[email protected]>2023-05-30 09:38:11 +0200
committerNeil Armstrong <[email protected]>2023-06-01 16:10:22 +0200
commit51fc01a03442cce5e4c21375a1ceb2e4ec93c833 (patch)
tree9f056d016f9a49c249fa14487b4de05e9683d8ae /drivers/gpu/drm/meson/meson_vpp.h
parent44e16166e0e9b94d8bcdf55fc0e5fcceca1154f0 (diff)
drm/meson: venc: add ENCL encoder setup for MIPI-DSI output
This adds supports for the ENCL encoder connected to a MIPI-DSI transceiver on the Amlogic AXG, G12A, G12B & SM1 SoCs. Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Nicolas Belin <[email protected]> Tested-by: Nicolas Belin <[email protected]> # on Khadas VIM3 + TS050 Panel Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20230512-amlogic-v6-4-upstream-dsi-ccf-vim3-v5-10-56eb7a4d5b8e@linaro.org
Diffstat (limited to 'drivers/gpu/drm/meson/meson_vpp.h')
-rw-r--r--drivers/gpu/drm/meson/meson_vpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/meson/meson_vpp.h b/drivers/gpu/drm/meson/meson_vpp.h
index afc9553ed8d3..b790042a1650 100644
--- a/drivers/gpu/drm/meson/meson_vpp.h
+++ b/drivers/gpu/drm/meson/meson_vpp.h
@@ -12,6 +12,8 @@
struct drm_rect;
struct meson_drm;
+/* Mux VIU/VPP to ENCL */
+#define MESON_VIU_VPP_MUX_ENCL 0x0
/* Mux VIU/VPP to ENCI */
#define MESON_VIU_VPP_MUX_ENCI 0x5
/* Mux VIU/VPP to ENCP */