summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2013-11-19 07:50:11 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2013-11-19 18:15:30 +0100
commitc601444a900d67be7ab84714c2908356de359655 (patch)
treeb3842f2f9bfe48bdfbcc2579283b288bd990ac33
parent71beb7b07950d9088d754cf7baf0421f5f264e48 (diff)
downloaddrm-c601444a900d67be7ab84714c2908356de359655.tar.gz
libdrm/mode: Update the encoder and connector defines
Update the defines to match the kernel drm_mode.h Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--xf86drmMode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xf86drmMode.h b/xf86drmMode.h
index 7fc52b6a..9bcb1d10 100644
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
@@ -128,6 +128,8 @@ extern "C" {
#define DRM_MODE_ENCODER_TMDS 2
#define DRM_MODE_ENCODER_LVDS 3
#define DRM_MODE_ENCODER_TVDAC 4
+#define DRM_MODE_ENCODER_VIRTUAL 5
+#define DRM_MODE_ENCODER_DSI 6
#define DRM_MODE_SUBCONNECTOR_Automatic 0
#define DRM_MODE_SUBCONNECTOR_Unknown 0
@@ -136,6 +138,7 @@ extern "C" {
#define DRM_MODE_SUBCONNECTOR_Composite 5
#define DRM_MODE_SUBCONNECTOR_SVIDEO 6
#define DRM_MODE_SUBCONNECTOR_Component 8
+#define DRM_MODE_SUBCONNECTOR_SCART 9
#define DRM_MODE_CONNECTOR_Unknown 0
#define DRM_MODE_CONNECTOR_VGA 1
@@ -152,6 +155,8 @@ extern "C" {
#define DRM_MODE_CONNECTOR_HDMIB 12
#define DRM_MODE_CONNECTOR_TV 13
#define DRM_MODE_CONNECTOR_eDP 14
+#define DRM_MODE_CONNECTOR_VIRTUAL 15
+#define DRM_MODE_CONNECTOR_DSI 16
#define DRM_MODE_PROP_PENDING (1<<0)
#define DRM_MODE_PROP_RANGE (1<<1)