Subversion Repositories Kolibri OS

Rev

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

Rev 2997 Rev 3192
Line 207... Line 207...
207
	CT_IMAC_G5_ISIGHT,
207
	CT_IMAC_G5_ISIGHT,
208
	CT_EMAC,
208
	CT_EMAC,
209
	CT_RN50_POWER,
209
	CT_RN50_POWER,
210
	CT_MAC_X800,
210
	CT_MAC_X800,
211
	CT_MAC_G5_9600,
211
	CT_MAC_G5_9600,
212
	CT_SAM440EP
212
	CT_SAM440EP,
-
 
213
	CT_MAC_G4_SILVER
213
};
214
};
Line 214... Line 215...
214
 
215
 
215
enum radeon_dvo_chip {
216
enum radeon_dvo_chip {
216
	DVO_SIL164,
217
	DVO_SIL164,
Line 423... Line 424...
423
 
424
 
424
struct radeon_connector_atom_dig {
425
struct radeon_connector_atom_dig {
425
	uint32_t igp_lane_info;
426
	uint32_t igp_lane_info;
426
	/* displayport */
427
	/* displayport */
427
	struct radeon_i2c_chan *dp_i2c_bus;
428
	struct radeon_i2c_chan *dp_i2c_bus;
428
	u8 dpcd[8];
429
	u8 dpcd[DP_RECEIVER_CAP_SIZE];
429
	u8 dp_sink_type;
430
	u8 dp_sink_type;
430
	int dp_clock;
431
	int dp_clock;
431
	int dp_lane_count;
432
	int dp_lane_count;
432
	bool edp_on;
433
	bool edp_on;
Line 554... Line 555...
554
				   u8 slave_addr,
555
				   u8 slave_addr,
555
				   u8 addr,
556
				   u8 addr,
556
				   u8 val);
557
				   u8 val);
557
extern void radeon_router_select_ddc_port(struct radeon_connector *radeon_connector);
558
extern void radeon_router_select_ddc_port(struct radeon_connector *radeon_connector);
558
extern void radeon_router_select_cd_port(struct radeon_connector *radeon_connector);
559
extern void radeon_router_select_cd_port(struct radeon_connector *radeon_connector);
559
extern bool radeon_ddc_probe(struct radeon_connector *radeon_connector);
560
extern bool radeon_ddc_probe(struct radeon_connector *radeon_connector, bool use_aux);
560
extern int radeon_ddc_get_modes(struct radeon_connector *radeon_connector);
561
extern int radeon_ddc_get_modes(struct radeon_connector *radeon_connector);
Line 561... Line 562...
561
 
562
 
Line 562... Line 563...
562
extern struct drm_encoder *radeon_best_encoder(struct drm_connector *connector);
563
extern struct drm_encoder *radeon_best_encoder(struct drm_connector *connector);