OMAP3 display patches

2010-06-29 Thread Nagarajan, Rajkumar
Tomi, Would you please check if there are no further comments and can you please pull the following patches in? https://patchwork.kernel.org/patch/106498/ https://patchwork.kernel.org/patch/106670/ https://patchwork.kernel.org/patch/107547/ Regards, Rajkumar N.-- To unsubscribe from this

RE: [PATCH] OMAP: DSS: Fix for dsi_pll to dpll4 clk switch

2010-06-29 Thread Nagarajan, Rajkumar
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Thursday, June 24, 2010 4:21 PM To: Nagarajan, Rajkumar Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: DSS: Fix for dsi_pll to dpll4 clk switch On Thu, 2010-06-17 at 07:12 +0200, ext

[PATCH] OMAP:DSS: Enable TV Detection support

2010-06-26 Thread Nagarajan, Rajkumar
Enabled TVDET and created a sysfs entry for TV Detection To detect if tv set is connected run this command cat /sys/devices/platform/omapdss/display1/device_state 1: TV set connected 0: TV set disconnected Signed-off-by: Axel Castaneda Gonzalez x0055...@ti.com Signed-off-by: Kishore Y

[PATCH] OMAP: DSS2: DMA optimization using scaler line buffers

2010-06-22 Thread Nagarajan, Rajkumar
DISPC DMA optimization has been enabled and vrfb calls changed as required. Optimization reduces the memory traffic (DDR memory) when rotation is set to 90- and 270- degree and SMS-VRFB rotation engine is used. With this change, L3 interconnect traffic is reduced by a factor 2x for YUV422 UYVY

[PATCH v3] OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support

2010-06-17 Thread Nagarajan, Rajkumar
Enables dss to process color formats with pre-mulitplied alpha. With this we can have alpha values defined for each pixel and hence can have different blending values for each pixel. sysfs entry has been created for this and pre-multiplied alpha support is turned of by default. Signed-off-by:

[PATCH] OMAP: DSS2: Switching GFX from LCD to TV

2010-06-16 Thread Nagarajan, Rajkumar
From 53711271c3f22c8038f4961a9f9c2035b3e82d7f Mon Sep 17 00:00:00 2001 From: Sujeet Baranwal s-baran...@ti.com Date: Tue, 1 Jun 2010 19:29:24 +0530 Subject: [PATCH] OMAP: DSS2: Switching GFX from LCD to TV 1. Added a sysfs entry for setting overlay input_size in order to switch the GFX pipeline

[PATCH] OMAP: DSS: Fix for dsi_pll to dpll4 clk switch

2010-06-16 Thread Nagarajan, Rajkumar
When switching between clocks, The new functional clock is effective when the next vertical blanking interval occurs. GOLCD bit has to be set for the new clock to take effect. Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Rajkumar N

Alternative for defconfig

2010-06-11 Thread Nagarajan, Rajkumar
, Rajkumar Cc: linux-me...@vger.kernel.org Subject: Re: [PATCH] OMAP: V4L2: Enable V4L2 on ZOOM2/3 3630SDP Hi Rajkumar, On Wednesday 09 June 2010 11:51:45 Nagarajan, Rajkumar wrote: Defconfig changes to enable V4L2 on zoom2, zoom3 and 3630sdp boards. Defconfigs on ARM are going away. See

[PATCH 1/2 V7] OMAP: ZOOM2/3SDP3630: Add display board file for zoom boards

2010-05-21 Thread Nagarajan, Rajkumar
board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com ---

[PATCH 2/2 V7] OMAP: ZOOM2/3SDP3630: Enable display on ZOOM2/3 3630SDP

2010-05-21 Thread Nagarajan, Rajkumar
Enable dss and framebuffer on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com --- arch/arm/configs/omap_3630sdp_defconfig | 60

[PATCH V6] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-05-21 Thread Nagarajan, Rajkumar
From e0bfb90c4a24f13896e49e565118677aae5d9ed4 Mon Sep 17 00:00:00 2001 From: Erik Gilling konk...@android.com Date: Tue, 18 May 2010 12:30:43 +0530 Subject: [PATCH] OMAP: DSS: Add NEC NL8048HL11-01B display panel NEC WVGA LCD NL8048HL11-01B support has been added. Signed-off-by: Mukund Mittal