diff options
| author | 2017-04-04 14:15:26 +0200 | |
|---|---|---|
| committer | 2017-04-04 17:49:31 +0200 | |
| commit | 335e3713afb87b72c3e4740e5775355648806b32 (patch) | |
| tree | afb7ef36ea35400e636a24f2c7a2f06286ac5b83 /drivers/gpu/drm/meson/meson_vpp.h | |
| parent | drm/meson: add support for HDMI clock support (diff) | |
| download | wireguard-linux-335e3713afb87b72c3e4740e5775355648806b32.tar.xz wireguard-linux-335e3713afb87b72c3e4740e5775355648806b32.zip | |
drm/meson: Add support for HDMI venc modes and settings
This patch adds support for the supported HDMI Venc modes and add the VPP mux
value to switch to ENCP encoder.
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/gpu/drm/meson/meson_vpp.h')
| -rw-r--r-- | drivers/gpu/drm/meson/meson_vpp.h | 2 |
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 ede3b26e0f22..815177cc7dfd 100644 --- a/drivers/gpu/drm/meson/meson_vpp.h +++ b/drivers/gpu/drm/meson/meson_vpp.h @@ -23,6 +23,8 @@ /* Mux VIU/VPP to ENCI */ #define MESON_VIU_VPP_MUX_ENCI 0x5 +/* Mux VIU/VPP to ENCP */ +#define MESON_VIU_VPP_MUX_ENCP 0xA void meson_vpp_setup_mux(struct meson_drm *priv, unsigned int mux); |
