Subversion Repositories Kolibri OS

Rev

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

Rev 1123 Rev 1125
Line 445... Line 445...
445
	union atom_supported_devices *supported_devices;
445
	union atom_supported_devices *supported_devices;
446
	int i, j;
446
	int i, j;
447
	struct bios_connector bios_connectors[ATOM_MAX_SUPPORTED_DEVICE];
447
	struct bios_connector bios_connectors[ATOM_MAX_SUPPORTED_DEVICE];
Line 448... Line 448...
448
 
448
 
449
	atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset);
449
	atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset);
450
 
450
    ENTRY();
451
	supported_devices =
451
	supported_devices =
Line 452... Line 452...
452
	    (union atom_supported_devices *)(ctx->bios + data_offset);
452
	    (union atom_supported_devices *)(ctx->bios + data_offset);
Line 594... Line 594...
594
						  &bios_connectors[i].ddc_bus,
594
						  &bios_connectors[i].ddc_bus,
595
						  false, 0);
595
						  false, 0);
596
	}
596
	}
Line 597... Line 597...
597
 
597
 
598
	radeon_link_encoder_connector(dev);
598
	radeon_link_encoder_connector(dev);
599
 
599
    LEAVE();
600
	return true;
600
	return true;
Line 601... Line 601...
601
}
601
}
602
 
602