aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-omap/0010-DSS-OMAPFB-remove-extra-omapfb_setup_overlay-call.patch
blob: c5ce9807720bb400ad7ccbe8757df99ae0d39dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 70c3edb223f7bfbc6c5b095826c779b7dd853f10 Mon Sep 17 00:00:00 2001
From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Date: Wed, 7 Jan 2009 17:00:46 +0200
Subject: [PATCH] OMAPFB: remove extra omapfb_setup_overlay call

It kinda messed things up...
---
 drivers/video/omap2/omapfb-ioctl.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/video/omap2/omapfb-ioctl.c b/drivers/video/omap2/omapfb-ioctl.c
index 1f0f044..bb5f791 100644
--- a/drivers/video/omap2/omapfb-ioctl.c
+++ b/drivers/video/omap2/omapfb-ioctl.c
@@ -67,11 +67,6 @@ static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi)
 			goto out;
 	}
 
-	r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y,
-			pi->out_width, pi->out_height);
-	if (r)
-		goto out;
-
 	ovl->enable(ovl, pi->enabled);
 
 	if (ovl->manager)
-- 
1.5.6.3