diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-07 02:12:00 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-01-07 02:12:00 -0500 |
commit | 958d073869404f60e56dc0cc70b3e7de85904694 (patch) | |
tree | 881b649107a61ab9411af93fdf1ab006c24e2f77 /src/radeon_probe.h | |
parent | 944ae73f7cd5f9a1622b38e06a58565812cb102f (diff) |
radeon: add initial support for eDP (embedded DisplayPort)
Should fix fdo bug 25931
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 46bd1f59..8007a009 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -87,6 +87,7 @@ typedef enum CONNECTOR_0XD, CONNECTOR_DIN, CONNECTOR_DISPLAY_PORT, + CONNECTOR_EDP, CONNECTOR_UNSUPPORTED } RADEONConnectorType; |