From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbbFLMnA (ORCPT ); Fri, 12 Jun 2015 08:43:00 -0400 Received: from mga02.intel.com ([134.134.136.20]:20680 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752847AbbFLMm6 (ORCPT ); Fri, 12 Jun 2015 08:42:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,602,1427785200"; d="scan'208";a="745539502" Date: Fri, 12 Jun 2015 18:14:13 +0530 From: Vinod Koul To: Maxime Ripard Cc: dmaengine@vger.kernel.org, Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , Thomas Petazzoni , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] dmaengine: hdmac: Implement interleaved transfers support Message-ID: <20150612124413.GH28601@localhost> References: <1432735313-481-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432735313-481-1-git-send-email-maxime.ripard@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 27, 2015 at 04:01:51PM +0200, Maxime Ripard wrote: > Hi everyone, > > This patchset implements the interleaved transfer capability found on > some AT91 SoCs. > > The hardware actually support a somewhat similar mode called > picture-in-picture, that allows to transfer a squared portion of a > framebuffer. > > That actually means that the interleaved transfer that this hardware > support will need to have the same size and ICGs across all its > chunks. > > It has been tested on the SAMA5D36. Applied, thanks -- ~Vinod