diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-26 01:24:16 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-03-26 01:24:16 -0400 |
commit | ff323e11485fa5030ac278c836bf80a535c22249 (patch) | |
tree | 9f477e3ecde90c500f7066165a3a0bc32516f4dc /src/radeon_output.c | |
parent | 53ac06161eb2b8cffb1b88e24a9a21cfd12e5883 (diff) |
radeon: fix name string for eDP
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 3 |
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" }; |