Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932748Ab1CRVts (ORCPT ); Fri, 18 Mar 2011 17:49:48 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:61029 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932715Ab1CRVtg (ORCPT ); Fri, 18 Mar 2011 17:49:36 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6289"; a="80646296" X-IronPort-AV: E=Sophos;i="4.63,205,1299484800"; d="scan'208";a="37043793" From: Carl Vanderlip To: Russell King , David Brown , Daniel Walker , Bryan Huntsman Cc: Brian Swetland , Dima Zavin , Rebecca Schultz Zavin , Colin Cross , linux-fbdev@vger.kernel.org, Carl Vanderlip , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 00/20] video: msm: Adding Support for MDP3.1 Date: Fri, 18 Mar 2011 14:47:26 -0700 Message-Id: <1300484846-26393-1-git-send-email-carlv@codeaurora.org> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2776 Lines: 56 These patches continue to update the MSM display drivers to support newer MDP versions and display modes (while also providing a base for future display development). The original source of these patches is one patch (squashing together 22 other patches) on the Google Android kernel tree. Brian Swetland (1): video: msm: Fix typo 'mpd'->'mdp' Carl Vanderlip (19): video: msm: add spinlock to mdp_info struct video: msm: add locked_enable_mdp_irq function video: msm: Move clk to mdp_info struct video: msm: Setup framework for multiple output interfaces video: msm: Simplify mdp_blit function video: msm: Allow users to request a larger x and y virtual fb video: msm: Refactor mdp_regs video: msm: Split out MDP2.2 HW specific code. video: msm: Separate more MDP HW specific code video: msm: Add MDP FB DMA configuration video: msm: Add IRQ callback for MDP interface video: msm: Debugging for send_blit video: msm: Write IRQ mask to MDP registers video: msm: convert printk to pr_* video: msm: Set the EBI1 clock to 128MHz when performing blits video: msm: Prevent framebuffer glitch during initialization video: msm: Prevent DMA lockups when switching bit depths video: msm: Separate calculation of base and offset video: msm: Add support for MDP 3.1 (qsd8k) arch/arm/mach-msm/Kconfig | 8 + arch/arm/mach-msm/include/mach/msm_fb.h | 11 +- drivers/video/msm/Makefile | 5 +- drivers/video/msm/mdp.c | 589 +++++++++++++----- drivers/video/msm/mdp_csc_table.h | 163 ++++-- drivers/video/msm/mdp_hw.h | 205 +++++-- drivers/video/msm/mdp_ppp.c | 639 ++++++++------------ drivers/video/msm/mdp_ppp.h | 82 +++ .../video/msm/{mdp_scale_tables.c => mdp_ppp22.c} | 333 ++++++++++- drivers/video/msm/mdp_ppp31.c | 335 ++++++++++ drivers/video/msm/mdp_scale_tables.h | 38 -- drivers/video/msm/msm_fb.c | 69 ++- 12 files changed, 1775 insertions(+), 702 deletions(-) create mode 100644 drivers/video/msm/mdp_ppp.h rename drivers/video/msm/{mdp_scale_tables.c => mdp_ppp22.c} (69%) create mode 100644 drivers/video/msm/mdp_ppp31.c delete mode 100644 drivers/video/msm/mdp_scale_tables.h -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/