summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch
index e019802f..0ac0a3ef 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0005-offb-Fix-setting-of-the-pseudo-palette-for-8bpp.patch
@@ -1,4 +1,4 @@
1From 698d2012f8540d1cedc1f49013ba320e382cd1d9 Mon Sep 17 00:00:00 2001 1From 7cfe5244ace9d57f46d8928552a885b084e04170 Mon Sep 17 00:00:00 2001
2From: Benjamin Herrenschmidt <benh@kernel.crashing.org> 2From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3Date: Wed, 28 Dec 2011 00:10:16 +0000 3Date: Wed, 28 Dec 2011 00:10:16 +0000
4Subject: [PATCH 05/49] offb: Fix setting of the pseudo-palette for >8bpp 4Subject: [PATCH 05/49] offb: Fix setting of the pseudo-palette for >8bpp
@@ -21,7 +21,7 @@ Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
21Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 21Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
22--- 22---
23 drivers/video/offb.c | 50 +++++++++++++++++++++++--------------------------- 23 drivers/video/offb.c | 50 +++++++++++++++++++++++---------------------------
24 1 files changed, 23 insertions(+), 27 deletions(-) 24 1 file changed, 23 insertions(+), 27 deletions(-)
25 25
26diff --git a/drivers/video/offb.c b/drivers/video/offb.c 26diff --git a/drivers/video/offb.c b/drivers/video/offb.c
27index cb163a5..24e1fc6 100644 27index cb163a5..24e1fc6 100644
@@ -88,5 +88,5 @@ index cb163a5..24e1fc6 100644
88 green >>= 8; 88 green >>= 8;
89 blue >>= 8; 89 blue >>= 8;
90-- 90--
911.7.7.4 911.7.9.4
92 92