radeon_hd: fix cosmetic encoder order

* While Travis is listed before Nutmeg
  in ObjectID.h, their values are reversed.
This commit is contained in:
Alexander von Gluck IV 2012-08-06 15:04:12 -05:00
parent d92959ab8b
commit bef63a4442
1 changed files with 1 additions and 1 deletions

View File

@ -1849,8 +1849,8 @@ static const char* encoder_name_matrix[37] = {
"Internal Kaleidoscope LVTMA",
"Internal Kaleidoscope UNIPHY1",
"Internal Kaleidoscope UNIPHY2",
"External Travis Bridge",
"External Nutmeg Bridge",
"External Travis Bridge",
"Internal Kaleidoscope VCE"
};