aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-01-07 13:47:47 -0500
committerDave Airlie <airlied@redhat.com>2010-01-08 13:04:04 +1000
commit7970e677accb676f15e11468c60cb93ae477a513 (patch)
tree013a907585b309fca18fe04cfd3098e3d43e8df3 /include
parentdrm/radeon/kms: pull in the latest upstream ObjectID.h changes (diff)
downloadlinux-dev-7970e677accb676f15e11468c60cb93ae477a513.tar.xz
linux-dev-7970e677accb676f15e11468c60cb93ae477a513.zip
drm: Add eDP connector type
Add a new connector type for eDP (embedded displayport) eDP is more or less the same as DP but there are some cases when you might want to handle it separately. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index 43009bc2e757..bc4fdf27bd2e 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -160,6 +160,7 @@ struct drm_mode_get_encoder {
#define DRM_MODE_CONNECTOR_HDMIA 11
#define DRM_MODE_CONNECTOR_HDMIB 12
#define DRM_MODE_CONNECTOR_TV 13
+#define DRM_MODE_CONNECTOR_eDP 14
struct drm_mode_get_connector {