drm: a some new connector types from the kernel
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 11 Feb 2010 00:39:46 +0000 (19:39 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 11 Feb 2010 00:39:46 +0000 (19:39 -0500)
Add eDP (embedded displayport) and generic TV

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
xf86drmMode.h

index 5a4ce63..44d90ed 100644 (file)
 #define DRM_MODE_CONNECTOR_DisplayPort  10
 #define DRM_MODE_CONNECTOR_HDMIA        11
 #define DRM_MODE_CONNECTOR_HDMIB        12
+#define DRM_MODE_CONNECTOR_TV          13
+#define DRM_MODE_CONNECTOR_eDP         14
 
 #define DRM_MODE_PROP_PENDING   (1<<0)
 #define DRM_MODE_PROP_RANGE     (1<<1)