Hi The attached patch enables omapfb scaling. Tested on omap3 based beagleboard with 2.6.27-omap1 kernel from linux-omap kernel tree. The "if" is a leftover from this commit in linux-omap tree: 4139f42ea612e0ff53a4df41428040f777d0422c Thanks, -- Tuomas Kulve, Movial Creative Technologies Inc. Porkkalankatu 13J, FI-00180 Helsinki Fax +358 9 8567 6401, Tel +358 9 8567 6400 www.movial.com
From 886ddb31a1192fc324f1bc092766c918c5fd22fb Mon Sep 17 00:00:00 2001 From: Tuomas Kulve <tuomas.kulve@xxxxxxxxxx> Date: Wed, 29 Oct 2008 10:54:06 +0200 Subject: [PATCH] Removed old contradictory leftover 'if' that prevents video scaling. --- drivers/video/omap/dispc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/video/omap/dispc.c b/drivers/video/omap/dispc.c index 1e6e035..68bc887 100644 --- a/drivers/video/omap/dispc.c +++ b/drivers/video/omap/dispc.c @@ -583,9 +583,6 @@ static int omap_dispc_set_scale(int plane, if ((unsigned)plane > OMAPFB_PLANE_NUM) return -ENODEV; - if (out_width != orig_width || out_height != orig_height) - return -EINVAL; - enable_lcd_clocks(1); if (orig_width < out_width) { /* -- 1.5.6.5
Attachment:
signature.asc
Description: OpenPGP digital signature