From 673abd92f999829bdd67d0273c43570a62123a63 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:32:57 +0000 Subject: conf/machine: Drop older machines with no recent updates These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie --- ...2-Small-VRFB-context-allocation-bug-fixed.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0010-DSS2-Small-VRFB-context-allocation-bug-fixed.patch (limited to 'meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0010-DSS2-Small-VRFB-context-allocation-bug-fixed.patch') diff --git a/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0010-DSS2-Small-VRFB-context-allocation-bug-fixed.patch b/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0010-DSS2-Small-VRFB-context-allocation-bug-fixed.patch deleted file mode 100644 index c7efc58a0..000000000 --- a/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0010-DSS2-Small-VRFB-context-allocation-bug-fixed.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 370510e24ddbf539392ebb6a1e43280965fcb19b Mon Sep 17 00:00:00 2001 -From: Vaibhav Hiremath -Date: Tue, 31 Mar 2009 18:47:32 +0530 -Subject: [PATCH] DSS2: Small VRFB context allocation bug fixed - -This is minor bug while requesting and mapping memory for -VRFB space. - -Signed-off-by: Vaibhav Hiremath ---- - drivers/video/omap2/omapfb/omapfb-main.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/drivers/video/omap2/omapfb/omapfb-main.c b/drivers/video/omap2/omapfb/omapfb-main.c -index 852abe5..44febef 100644 ---- a/drivers/video/omap2/omapfb/omapfb-main.c -+++ b/drivers/video/omap2/omapfb/omapfb-main.c -@@ -1193,6 +1193,7 @@ static int omapfb_alloc_fbmem(struct fb_info *fbi, unsigned long size, - - if(!va) { - printk(KERN_ERR "vrfb: ioremap failed\n"); -+ omap_vrfb_release_ctx(&rg->vrfb); - return -ENOMEM; - } - --- -1.5.6.5 - -- cgit v1.2.3