diff options
author | Dave Airlie <airlied@redhat.com> | 2010-01-08 04:29:53 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-01-08 04:29:53 +0100 |
commit | e8d6d61586b84acfd66ec20142c9a850d2d11544 (patch) | |
tree | 14d30092322a36772337bafa76c84b5ddb2d8c98 /include | |
parent | Merge remote branch 'korg/drm-core-next' into drm-testing (diff) | |
parent | drm/radeon/kms: Don't try to enable IRQ if we have no handler installed (diff) | |
download | linux-e8d6d61586b84acfd66ec20142c9a850d2d11544.tar.xz linux-e8d6d61586b84acfd66ec20142c9a850d2d11544.zip |
Merge remote branch 'korg/drm-radeon-testing' into drm-testing
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_mode.h | 1 |
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 { |