Chameleon

Chameleon Commit Details

Date:2015-03-10 06:50:14 (9 years 1 month ago)
Author:ErmaC
Commit:2601
Parents: 2600
Message:Update ATI/AMD gfx FB (Credits to pjalm)
Changes:
M/trunk/i386/libsaio/ati.h
M/trunk/i386/libsaio/ati.c

File differences

trunk/i386/libsaio/ati.c
106106
107107
108108
109
109
110110
111111
112
112
113113
114114
115115
......
127127
128128
129129
130
130131
131132
132133
......
136137
137138
138139
139
140
140
141
142
143
144
145
146
147
141148
142
143
144
145
149
150
151
152
153
146154
147155
148156
{"Galago",2},
{"Colobus",2},
{"Mangabey",2},
{"Nomascus",5},
{"Nomascus",4},
{"Orangutan",2},
/* AMD6000Controller */
{"Pithecia",3},
{"Pithecia",2},
{"Bulrushes",6},
{"Cattail",4},
{"Hydrilla",5},
{"Spikerush", 4},
{"Typha", 5},
/* AMD7000Controller */
{"Namako",4},
{"Aji",4},
{"Buri",4},
{"Chutoro",5},
{"Futomaki",5},
{"Hamachi",4},
{"OPM", 6},
{"Ikura", 6},
{"IkuraS", 1},
{"Ikura",1},
{"IkuraS",6},
{"Junsai",6},
{"Kani",1},
{"KaniS",6},
{"DashimakiS",4},
{"Maguro",1},
{"MaguroS",6},
/* AMD8000Controller */
{"Baladi", 5},//desktop
{"Exmoor", 4},//mobile
{"Basset", 4}
{"Baladi", 6},
/* AMD9000Controller */
{"Exmoor",4},
{"Basset",4},
{"Greyhound",6}
};
static radeon_card_info_t radeon_cards[] = {
trunk/i386/libsaio/ati.h
168168
169169
170170
171
172
173
174
175
176
177
178
171
172
173
174
175
176
177
178
179
179180
180181
181182
183
184
185
186
187
188
182189
183190
191
184192
185193
194
186195
187196
188197
kSpikerush,
kTypha,
/* AMD7000Controller */
kAji, //4
kBuri, //4 M
kChutoro, //5 M
kDashimaki, //4
kEbi, //5 M
kGari, //5 M
kFutomaki, //5
kHamachi, //4
kNamako,
kAji,
kBuri,
kChutoro,
kDashimaki,
kEbi,
kGari,
kFutomaki,
kHamachi,
kOPM,
kIkura,
kIkuraS,
kJunsai,
kKani,
kKaniS,
kDashimakiS,
kMaguro,
kMaguroS,
/* AMD8000Controller */
kBaladi,
/* AMD9000Controller */
kExmoor,
kBasset,
kGreyhound,
kCfgEnd
} ati_config_name_t;

Archive Download the corresponding diff file

Revision: 2601