From fb40ee0f4c07e1b75091b692085d94c76666a4fe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 14 Feb 2008 21:15:03 +0000 Subject: linux-2.6.23: Add 16bpp tweak to cm-x270 kernels so it uses 16bpp instead of 8bpp git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3809 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/linux/linux-2.6.23/cm-x270/16bpp.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/linux/linux-2.6.23/cm-x270/16bpp.patch (limited to 'meta/packages/linux/linux-2.6.23') diff --git a/meta/packages/linux/linux-2.6.23/cm-x270/16bpp.patch b/meta/packages/linux/linux-2.6.23/cm-x270/16bpp.patch new file mode 100644 index 000000000..6f038e35d --- /dev/null +++ b/meta/packages/linux/linux-2.6.23/cm-x270/16bpp.patch @@ -0,0 +1,13 @@ +Index: linux-2.6.23/arch/arm/mach-pxa/cm-x270.c +=================================================================== +--- linux-2.6.23.orig/arch/arm/mach-pxa/cm-x270.c 2008-02-14 20:32:28.000000000 +0000 ++++ linux-2.6.23/arch/arm/mach-pxa/cm-x270.c 2008-02-14 20:27:55.000000000 +0000 +@@ -383,7 +383,7 @@ + + static struct pxafb_mode_info generic_crt_640x480_mode = { + .pixclock = 38461, +- .bpp = 8, ++ .bpp = 16, + .xres = 640, + .yres = 480, + .hsync_len = 63, -- cgit v1.2.3