summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-03-26 01:24:16 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-03-26 01:24:16 -0400
commitff323e11485fa5030ac278c836bf80a535c22249 (patch)
tree9f477e3ecde90c500f7066165a3a0bc32516f4dc
parent53ac06161eb2b8cffb1b88e24a9a21cfd12e5883 (diff)
radeon: fix name string for eDP
-rw-r--r--src/radeon_output.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index 7b285233..16b34060 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -86,7 +86,7 @@ const char *encoder_name[34] = {
"INTERNAL_UNIPHY2",
};
-const char *ConnectorTypeName[17] = {
+const char *ConnectorTypeName[18] = {
"None",
"VGA",
"DVI-I",
@@ -103,6 +103,7 @@ const char *ConnectorTypeName[17] = {
"Unsupported",
"DIN",
"DisplayPort",
+ "eDP",
"Unsupported"
};