summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-12-13 11:34:08 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2016-12-13 11:34:08 +0100
commitcf3fb231486ced40600ed05cb5078a1cbb846b43 (patch)
tree62e14201106c9e94c1130d2ca5497424aaa5dfa9
parente0e7938284835a0006c451bc0449fbb837948e71 (diff)
Add ENCP mux define
-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 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);