[meego-commits] 23626: Changes to devel:kernel:1.2/kernel-adaptation-oaktrail

Li Peng no_reply at build.meego.com
Fri Aug 12 09:29:27 UTC 2011


Hi,
I have made the following changes to kernel-adaptation-oaktrail in project devel:kernel:1.2. Please review and accept ASAP.

Thank You,
Li Peng

[This message was auto-generated]

---

Request #23626:

  submit:   home:pli1:1.2/kernel-adaptation-oaktrail(r3) -> devel:kernel:1.2/kernel-adaptation-oaktrail


Message:
    Fix unsharp font on ECS S10OT3 (BMC #21552)

State:   new          2011-08-12T02:29:23 pli1
Comment: None



changes files:
--------------
--- kernel.changes
+++ kernel.changes
@@ -0,0 +1,3 @@
+* Fri Aug 12 2011 - Li Peng <peng.li. at intel.com> - 2.6.37.6
+- Fix unsharp font on ECS S10OT3 (BMC #21552)
+

new:
----
  linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch

spec files:
-----------
--- kernel-adaptation-oaktrail.spec
+++ kernel-adaptation-oaktrail.spec
@@ -238,6 +238,7 @@
 Patch236: linux-2.6.37-GFX-add-ECS-S10OT3-specific-backlight-control.patch
 Patch237: linux-2.6.37-GFX-map-ECS-S10OT3-brightness-range.patch
 Patch238: linux-2.6.37-GFX-fix-poor-display-contrast-when-DPST-is-enabled.patch
+Patch239: linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch
 
 #
 # End of the Moorsetown architecture patches
@@ -595,6 +596,8 @@
 %patch237 -p1
 # linux-2.6.37-GFX-fix-poor-display-contrast-when-DPST-is-enabled.patch
 %patch238 -p1
+# linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch
+%patch239 -p1
 
 #
 # End of the Moorsetown architecture patches

other changes:
--------------

++++++ linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch (new)
--- linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch
+++ linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch
+From 0c56ef7de370eadfe847d78e94d83bdf2adff8ae Mon Sep 17 00:00:00 2001
+From: Li Peng <peng.li at intel.com>
+Date: Fri, 12 Aug 2011 15:13:24 +0800
+Subject: [PATCH 1/2] fix unsharp font on ECS S10OT3 (BMC #21552)
+
+by disabling panel-fitting on LVDS
+---
+ drivers/staging/mrst/drv/psb_intel_lvds.c |   11 +++++++++--
+ 1 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/staging/mrst/drv/psb_intel_lvds.c b/drivers/staging/mrst/drv/psb_intel_lvds.c
+index d9deaea..ce2a4fd 100644
+--- a/drivers/staging/mrst/drv/psb_intel_lvds.c
++++ b/drivers/staging/mrst/drv/psb_intel_lvds.c
+@@ -1274,6 +1274,7 @@ void mrst_lvds_init(struct drm_device *dev,
+ 	int i2c_adap_num;
+ 	struct i2c_adapter *i2c_adap;
+ 	struct drm_display_mode *scan;	/* *modes, *bios_mode; */
++	uint64_t scaling_mode;
+ 
+ 	PSB_DEBUG_ENTRY("\n");
+ 
+@@ -1303,9 +1304,15 @@ void mrst_lvds_init(struct drm_device *dev,
+ 	connector->interlace_allowed = false;
+ 	connector->doublescan_allowed = false;
+ 
++	if (IS_OAKTRAIL(dev))
++		scaling_mode = DRM_MODE_SCALE_NONE;
++	else
++		scaling_mode = DRM_MODE_SCALE_FULLSCREEN;
++
+ 	drm_connector_attach_property(connector,
+-					dev->mode_config.scaling_mode_property,
+-					DRM_MODE_SCALE_FULLSCREEN);
++				      dev->mode_config.scaling_mode_property,
++				      scaling_mode);
++
+ 	drm_connector_attach_property(connector,
+ 					dev_priv->backlight_property,
+ 					BRIGHTNESS_MAX_LEVEL);
+-- 
+1.7.2.2
+

++++++ series
--- series
+++ series
@@ -88,6 +88,7 @@
 linux-2.6.37-GFX-add-ECS-S10OT3-specific-backlight-control.patch
 linux-2.6.37-GFX-map-ECS-S10OT3-brightness-range.patch
 linux-2.6.37-GFX-fix-poor-display-contrast-when-DPST-is-enabled.patch
+linux-2.6.37-GFX-fix-unsharp-font-on-ECS-S10OT3-BMC-21552.patch
 
 #
 # End of the Moorsetown architecture patches



More information about the MeeGo-commits mailing list