Subversion Repositories Kolibri OS

Rev

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

Rev 2330 Rev 2342
Line 709... Line 709...
709
			DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
709
			DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
710
		},
710
		},
711
	},
711
	},
712
	{
712
	{
713
		.callback = intel_no_lvds_dmi_callback,
713
		.callback = intel_no_lvds_dmi_callback,
-
 
714
                .ident = "Clientron E830",
-
 
715
                .matches = {
-
 
716
                        DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
-
 
717
                        DMI_MATCH(DMI_PRODUCT_NAME, "E830"),
-
 
718
                },
-
 
719
        },
-
 
720
        {
-
 
721
		.callback = intel_no_lvds_dmi_callback,
714
		.ident = "Asus EeeBox PC EB1007",
722
		.ident = "Asus EeeBox PC EB1007",
715
		.matches = {
723
		.matches = {
716
			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
724
			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
717
			DMI_MATCH(DMI_PRODUCT_NAME, "EB1007"),
725
			DMI_MATCH(DMI_PRODUCT_NAME, "EB1007"),
718
		},
726
		},
719
	},
727
	},
-
 
728
	{
-
 
729
		.callback = intel_no_lvds_dmi_callback,
-
 
730
		.ident = "Asus AT5NM10T-I",
-
 
731
		.matches = {
-
 
732
			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
-
 
733
			DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
-
 
734
		},
-
 
735
	},
Line 720... Line 736...
720
 
736
 
721
	{ }	/* terminating entry */
737
	{ }	/* terminating entry */
Line 722... Line 738...
722
};
738
};
Line 888... Line 904...
888
 
904
 
889
	intel_connector_attach_encoder(intel_connector, intel_encoder);
905
	intel_connector_attach_encoder(intel_connector, intel_encoder);
Line 890... Line 906...
890
	intel_encoder->type = INTEL_OUTPUT_LVDS;
906
	intel_encoder->type = INTEL_OUTPUT_LVDS;
-
 
907
 
-
 
908
	intel_encoder->clone_mask = (1 << INTEL_LVDS_CLONE_BIT);
-
 
909
	if (HAS_PCH_SPLIT(dev))
891
 
910
		intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
892
	intel_encoder->clone_mask = (1 << INTEL_LVDS_CLONE_BIT);
-
 
893
	intel_encoder->crtc_mask = (1 << 1);
-
 
-
 
911
	else
894
	if (INTEL_INFO(dev)->gen >= 5)
912
	intel_encoder->crtc_mask = (1 << 1);
895
		intel_encoder->crtc_mask |= (1 << 0);
913
 
896
	drm_encoder_helper_add(encoder, &intel_lvds_helper_funcs);
914
	drm_encoder_helper_add(encoder, &intel_lvds_helper_funcs);
897
	drm_connector_helper_add(connector, &intel_lvds_connector_helper_funcs);
915
	drm_connector_helper_add(connector, &intel_lvds_connector_helper_funcs);
898
	connector->display_info.subpixel_order = SubPixelHorizontalRGB;
916
	connector->display_info.subpixel_order = SubPixelHorizontalRGB;