|
@@ -136,13 +136,13 @@ static bool lvds_identify_integratedlvds(void)
|
|
|
if (viaparinfo->chip_info->lvds_chip_info.lvds_chip_name) {
|
|
|
viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name =
|
|
|
INTEGRATED_LVDS;
|
|
|
- DEBUG_MSG(KERN_INFO "Support two dual channel LVDS!\
|
|
|
- (Internal LVDS + External LVDS)\n");
|
|
|
+ DEBUG_MSG(KERN_INFO "Support two dual channel LVDS! "
|
|
|
+ "(Internal LVDS + External LVDS)\n");
|
|
|
} else {
|
|
|
viaparinfo->chip_info->lvds_chip_info.lvds_chip_name =
|
|
|
INTEGRATED_LVDS;
|
|
|
- DEBUG_MSG(KERN_INFO "Not found external LVDS,\
|
|
|
- so can't support two dual channel LVDS!\n");
|
|
|
+ DEBUG_MSG(KERN_INFO "Not found external LVDS, "
|
|
|
+ "so can't support two dual channel LVDS!\n");
|
|
|
}
|
|
|
} else if (viafb_display_hardware_layout == HW_LAYOUT_LCD1_LCD2) {
|
|
|
/* Two single channel LCD (Internal LVDS + Internal LVDS): */
|
|
@@ -150,8 +150,8 @@ static bool lvds_identify_integratedlvds(void)
|
|
|
INTEGRATED_LVDS;
|
|
|
viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name =
|
|
|
INTEGRATED_LVDS;
|
|
|
- DEBUG_MSG(KERN_INFO "Support two single channel LVDS!\
|
|
|
- (Internal LVDS + Internal LVDS)\n");
|
|
|
+ DEBUG_MSG(KERN_INFO "Support two single channel LVDS! "
|
|
|
+ "(Internal LVDS + Internal LVDS)\n");
|
|
|
} else if (viafb_display_hardware_layout != HW_LAYOUT_DVI_ONLY) {
|
|
|
/* If we have found external LVDS, just use it,
|
|
|
otherwise, we will use internal LVDS as default. */
|