linux-omap 2.6.28,git: fix overlay colourspace definition in DSS2 patches
authorKoen Kooi <koen@openembedded.org>
Mon, 5 Jan 2009 14:29:43 +0000 (15:29 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 5 Jan 2009 14:29:43 +0000 (15:29 +0100)
packages/linux/linux-omap-2.6.28/0005-DSS-OMAPFB-fb-driver-for-new-display-subsystem.patch
packages/linux/linux-omap/0005-DSS-OMAPFB-fb-driver-for-new-display-subsystem.patch
packages/linux/linux-omap_2.6.28.bb
packages/linux/linux-omap_git.bb

index 831f327..b0f66fb 100644 (file)
@@ -1372,10 +1372,10 @@ index 0000000..89ad631
 +      case 0:
 +              break;
 +      case OMAPFB_COLOR_YUV422:
-+              return OMAP_DSS_COLOR_YUV2;
++              return OMAP_DSS_COLOR_UYVY;
 +
 +      case OMAPFB_COLOR_YUY422:
-+              return OMAP_DSS_COLOR_UYVY;
++              return OMAP_DSS_COLOR_YUV2;
 +
 +      case OMAPFB_COLOR_ARGB16:
 +              return OMAP_DSS_COLOR_ARGB16;
index 831f327..b0f66fb 100644 (file)
@@ -1372,10 +1372,10 @@ index 0000000..89ad631
 +      case 0:
 +              break;
 +      case OMAPFB_COLOR_YUV422:
-+              return OMAP_DSS_COLOR_YUV2;
++              return OMAP_DSS_COLOR_UYVY;
 +
 +      case OMAPFB_COLOR_YUY422:
-+              return OMAP_DSS_COLOR_UYVY;
++              return OMAP_DSS_COLOR_YUV2;
 +
 +      case OMAPFB_COLOR_ARGB16:
 +              return OMAP_DSS_COLOR_ARGB16;
index 317ab36..fbf4ed4 100644 (file)
@@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
 SRCREV = "401b285465488f515290e0f9111872b94e1cf922"
 
 PV = "2.6.28"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
           file://defconfig"
index 35000e2..c1f164a 100644 (file)
@@ -14,7 +14,7 @@ SRCREV = "401b285465488f515290e0f9111872b94e1cf922"
 
 #PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCREV}"
 PV = "2.6.28"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
           file://defconfig"