diff options
author | Nicos Gollan <gtdev@spearhead.de> | 2009-01-07 14:25:24 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-01-07 14:25:24 -0500 |
commit | 1795706a6bb13272a58e8fa1bd5ad2603d553dde (patch) | |
tree | 280eaab84ef83e6fe1570fe8b7710281a630bbce /src | |
parent | c3fb8bb279959512a4ced644a64cc660c5cd97bd (diff) |
[PATCH] Fixed enumerations in radeon-output.c
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_output.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index c5c6f5cf..bf7fa8ac 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -68,18 +68,18 @@ const char *TMDSTypeName[8] = { "External", "LVTMA", "DDIA", - "UNIPHY" - "UNIPHY1" - "UNIPHY2" + "UNIPHY", + "UNIPHY1", + "UNIPHY2", }; const char *LVDSTypeName[6] = { "None", "Internal", "LVTMA", - "UNIPHY" - "UNIPHY1" - "UNIPHY2" + "UNIPHY", + "UNIPHY1", + "UNIPHY2", }; const char *DACTypeName[4] = { |