From 5a7d77d927a934a6c8ce0cb6fb552f679f34877a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 10 Sep 2010 08:58:20 +0200 Subject: linux-omap-psp 2.6.32: OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsync Framebuffer's left and right margins are relative to the active pixel area. Front and back porches are relative to the sync area. Left margin was wrongly assigned to front porch (and right to back), this patch fixes it. --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 1052296d8a..60ec0ff42a 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r88" +MACHINE_KERNEL_PR = "r89" KERNEL_IMAGETYPE = "uImage" -- cgit v1.2.3