From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samreen Date: Thu, 04 Nov 2010 11:40:40 +0000 Subject: [PATCH v2 0/2] OMAP3: DSS2: Pre-Multiplied Alpha support Message-Id: <1288870122-22836-1-git-send-email-samreen@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen , ville.syrjala@nokia.com, Archit Taneja Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, Samreen Enable Pre multiplied alpha support on OMAP3630 The first patch splits the omap3 dss has features for omap3430 and omap3630 separately The second patch adds the support for pre multiplied alpha Version2: - Split the patch into dss has feature patch and pre multiplied alpha support - Remove the BUG_ON in functions setting pre multiplied alpha and global alpha - Uniformly use "pre_mult_alpha" naming convention Rajkumar N (1): OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support Samreen (1): OMAP3: DSS2: Split OMAP3 has feature for 3430 & 3630 arch/arm/plat-omap/include/plat/display.h | 1 + drivers/video/omap2/dss/dispc.c | 30 ++++++++++++++++----- drivers/video/omap2/dss/dss.h | 3 +- drivers/video/omap2/dss/dss_features.c | 20 ++++++++++++-- drivers/video/omap2/dss/dss_features.h | 1 + drivers/video/omap2/dss/manager.c | 5 +++- drivers/video/omap2/dss/overlay.c | 41 +++++++++++++++++++++++++++++ 7 files changed, 89 insertions(+), 12 deletions(-)