diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-02-10 19:39:46 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-02-10 19:39:46 -0500 |
commit | 4a17be4a86cde1065908576e44f3710f6d9d68af (patch) | |
tree | d13150f27e7c15ed82453956b129c9d4fbea9dca | |
parent | 4f0f871730b76730ca58209181d16725b0c40184 (diff) |
drm: a some new connector types from the kernel
Add eDP (embedded displayport) and generic TV
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r-- | xf86drmMode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xf86drmMode.h b/xf86drmMode.h index 5a4ce637..44d90ed1 100644 --- a/xf86drmMode.h +++ b/xf86drmMode.h @@ -133,6 +133,8 @@ #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) |