From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 11 Jun 2013 17:05:25 +0000 Subject: Re: [V2 0/7] Enhanced mmp fb driver and bugfix Message-Id: <20130611170525.GB305@game.jcrosoft.org> List-Id: References: <1370879521-10962-1-git-send-email-jtzhou@marvell.com> In-Reply-To: <1370879521-10962-1-git-send-email-jtzhou@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org HI, you must reply to the this e-mail with patch otherwise I will lost them in my mailboxes this I link them by mutt next you must do so Best Regargs, J. On 23:52 Mon 10 Jun , Jett.Zhou wrote: > 1 Enhanced some api/register operation routine > 2 Fix some bugs like memcpy and graphics/video layer enable/mask swap; > 3 Add pitch info and video layer set win/addr operations support > > Guoqing Li (2): > video: mmp: rb swap setting update for new LCD driver > video: mmp: optimize some register setting code > > Jing Xiang (5): > video: mmp: fix graphics/video layer enable/mask swap issue > video: mmp: fix memcpy wrong size for mmp_addr issue > video: mmp: add pitch info in mmp_win structure > video: mmp: calculate pitch value when fb set win > video: mmp: add video layer set win/addr operations support > > drivers/video/mmp/fb/mmpfb.c | 34 +++++++++++------ > drivers/video/mmp/hw/mmp_ctrl.c | 75 ++++++++++++++++++++++----------------- > drivers/video/mmp/hw/mmp_ctrl.h | 4 ++ > include/video/mmp_disp.h | 3 ++ > 4 files changed, 71 insertions(+), 45 deletions(-) >