Subversion Repositories Kolibri OS

Rev

Rev 2005 | Rev 2160 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2005 Rev 2007
Line 163... Line 163...
163
	.hpd_init = &r100_hpd_init,
163
	.hpd_init = &r100_hpd_init,
164
	.hpd_fini = &r100_hpd_fini,
164
	.hpd_fini = &r100_hpd_fini,
165
	.hpd_sense = &r100_hpd_sense,
165
	.hpd_sense = &r100_hpd_sense,
166
	.hpd_set_polarity = &r100_hpd_set_polarity,
166
	.hpd_set_polarity = &r100_hpd_set_polarity,
167
	.ioctl_wait_idle = NULL,
167
	.ioctl_wait_idle = NULL,
-
 
168
	.gui_idle = &r100_gui_idle,
168
};
169
};
Line 169... Line 170...
169
 
170
 
170
static struct radeon_asic r200_asic = {
171
static struct radeon_asic r200_asic = {
171
	.init = &r100_init,
172
	.init = &r100_init,
Line 201... Line 202...
201
	.hpd_init = &r100_hpd_init,
202
	.hpd_init = &r100_hpd_init,
202
	.hpd_fini = &r100_hpd_fini,
203
	.hpd_fini = &r100_hpd_fini,
203
	.hpd_sense = &r100_hpd_sense,
204
	.hpd_sense = &r100_hpd_sense,
204
	.hpd_set_polarity = &r100_hpd_set_polarity,
205
	.hpd_set_polarity = &r100_hpd_set_polarity,
205
	.ioctl_wait_idle = NULL,
206
	.ioctl_wait_idle = NULL,
-
 
207
	.gui_idle = &r100_gui_idle,
206
};
208
};
Line 207... Line 209...
207
 
209
 
208
static struct radeon_asic r300_asic = {
210
static struct radeon_asic r300_asic = {
209
	.init = &r300_init,
211
	.init = &r300_init,
Line 239... Line 241...
239
	.hpd_init = &r100_hpd_init,
241
	.hpd_init = &r100_hpd_init,
240
	.hpd_fini = &r100_hpd_fini,
242
	.hpd_fini = &r100_hpd_fini,
241
	.hpd_sense = &r100_hpd_sense,
243
	.hpd_sense = &r100_hpd_sense,
242
	.hpd_set_polarity = &r100_hpd_set_polarity,
244
	.hpd_set_polarity = &r100_hpd_set_polarity,
243
	.ioctl_wait_idle = NULL,
245
	.ioctl_wait_idle = NULL,
-
 
246
	.gui_idle = &r100_gui_idle,
244
};
247
};
Line 245... Line 248...
245
 
248
 
246
static struct radeon_asic r300_asic_pcie = {
249
static struct radeon_asic r300_asic_pcie = {
247
	.init = &r300_init,
250
	.init = &r300_init,
Line 276... Line 279...
276
	.hpd_init = &r100_hpd_init,
279
	.hpd_init = &r100_hpd_init,
277
	.hpd_fini = &r100_hpd_fini,
280
	.hpd_fini = &r100_hpd_fini,
278
	.hpd_sense = &r100_hpd_sense,
281
	.hpd_sense = &r100_hpd_sense,
279
	.hpd_set_polarity = &r100_hpd_set_polarity,
282
	.hpd_set_polarity = &r100_hpd_set_polarity,
280
	.ioctl_wait_idle = NULL,
283
	.ioctl_wait_idle = NULL,
-
 
284
	.gui_idle = &r100_gui_idle,
281
};
285
};
Line 282... Line 286...
282
 
286
 
283
static struct radeon_asic r420_asic = {
287
static struct radeon_asic r420_asic = {
284
	.init = &r420_init,
288
	.init = &r420_init,