Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3120
Line 496... Line 496...
496
	struct edp_power_seq *edp_pps;
496
	struct edp_power_seq *edp_pps;
497
	struct edp_link_params *edp_link_params;
497
	struct edp_link_params *edp_link_params;
Line 498... Line 498...
498
 
498
 
499
	edp = find_section(bdb, BDB_EDP);
499
	edp = find_section(bdb, BDB_EDP);
500
	if (!edp) {
500
	if (!edp) {
501
		if (SUPPORTS_EDP(dev_priv->dev) && dev_priv->edp.support) {
501
		if (SUPPORTS_EDP(dev_priv->dev) && dev_priv->edp.support)
502
			DRM_DEBUG_KMS("No eDP BDB found but eDP panel "
-
 
503
				      "supported, assume %dbpp panel color "
-
 
504
				      "depth.\n",
-
 
505
				      dev_priv->edp.bpp);
-
 
506
		}
502
			DRM_DEBUG_KMS("No eDP BDB found but eDP panel supported.\n");
507
		return;
503
		return;
Line 508... Line 504...
508
	}
504
	}
509
 
505
 
Line 654... Line 650...
654
 
650
 
655
	/* Default to using SSC */
651
	/* Default to using SSC */
656
	dev_priv->lvds_use_ssc = 1;
652
	dev_priv->lvds_use_ssc = 1;
657
	dev_priv->lvds_ssc_freq = intel_bios_ssc_frequency(dev, 1);
653
	dev_priv->lvds_ssc_freq = intel_bios_ssc_frequency(dev, 1);
658
	DRM_DEBUG_KMS("Set default to SSC at %dMHz\n", dev_priv->lvds_ssc_freq);
-
 
659
 
-
 
660
	/* eDP data */
-
 
661
	dev_priv->edp.bpp = 18;
654
	DRM_DEBUG_KMS("Set default to SSC at %dMHz\n", dev_priv->lvds_ssc_freq);
Line -... Line 655...
-
 
655
}
662
}
656
 
663
 
657
 
664
/**
658
/**
665
 * intel_parse_bios - find VBT and initialize settings from the BIOS
659
 * intel_parse_bios - find VBT and initialize settings from the BIOS
666
 * @dev: DRM device
660
 * @dev: DRM device