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 --- ...-DSI-decrease-sync-timeout-from-60s-to-2s.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0046-DSS2-DSI-decrease-sync-timeout-from-60s-to-2s.patch (limited to 'meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0046-DSS2-DSI-decrease-sync-timeout-from-60s-to-2s.patch') diff --git a/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0046-DSS2-DSI-decrease-sync-timeout-from-60s-to-2s.patch b/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0046-DSS2-DSI-decrease-sync-timeout-from-60s-to-2s.patch deleted file mode 100644 index 4ae5fbdd9a..0000000000 --- a/meta/recipes-kernel/linux/linux-omap-2.6.29/dss2/0046-DSS2-DSI-decrease-sync-timeout-from-60s-to-2s.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0f88992b2681aed4f31dc7dd3926b357bbc95154 Mon Sep 17 00:00:00 2001 -From: Tomi Valkeinen -Date: Tue, 21 Apr 2009 10:11:55 +0300 -Subject: [PATCH] DSS2: DSI: decrease sync timeout from 60s to 2s - -The framedone-problem should be ok now, so we shouldn't get long waits. ---- - drivers/video/omap2/dss/dsi.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c -index 50af925..d59ad38 100644 ---- a/drivers/video/omap2/dss/dsi.c -+++ b/drivers/video/omap2/dss/dsi.c -@@ -3216,7 +3216,7 @@ static void dsi_push_set_mirror(struct omap_display *display, int mirror) - - static int dsi_wait_sync(struct omap_display *display) - { -- long wait = msecs_to_jiffies(60000); -+ long wait = msecs_to_jiffies(2000); - struct completion compl; - - DSSDBGF(""); --- -1.5.6.5 - -- cgit v1.2.3-54-g00ecf