From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc Date: Wed, 17 Oct 2018 09:19:58 +0200 Message-ID: <20181017071958.GC23407@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-7-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from newverein.lst.de (verein.lst.de [213.95.11.211]) by alsa0.perex.cz (Postfix) with ESMTP id 86C4B267545 for ; Wed, 17 Oct 2018 09:19:58 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Benjamin Gaignard Cc: Linux Fbdev development list , linux-pm@vger.kernel.org, Linux Kernel Mailing List , alsa-devel@alsa-project.org, ML dri-devel , linux-spi@vger.kernel.org, linux-tegra@vger.kernel.org, Christoph Hellwig , linux-media@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Tue, Oct 16, 2018 at 02:41:23PM +0200, Benjamin Gaignard wrote: > Le lun. 15 oct. 2018 =E0 11:12, Benjamin Gaignard > a =E9crit : > > > > Le sam. 13 oct. 2018 =E0 17:17, Christoph Hellwig a =E9cri= t : > > > > > > The DMA API does its own zone decisions based on the coherent_dma_mas= k. > > > > > > Signed-off-by: Christoph Hellwig > > > > Reviewed-by: Benjamin Gaignard > = > Christoph do you plan to merge this patch on your own tree ? or would > like I put it directly in drm-misc-next branch ? Please pull it in through drm-misc-next, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 17 Oct 2018 07:19:58 +0000 Subject: Re: [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc Message-Id: <20181017071958.GC23407@lst.de> List-Id: References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-7-hch@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Benjamin Gaignard Cc: Linux Fbdev development list , linux-pm@vger.kernel.org, Linux Kernel Mailing List , alsa-devel@alsa-project.org, ML dri-devel , linux-spi@vger.kernel.org, linux-tegra@vger.kernel.org, Christoph Hellwig , linux-media@vger.kernel.org On Tue, Oct 16, 2018 at 02:41:23PM +0200, Benjamin Gaignard wrote: > Le lun. 15 oct. 2018 =E0 11:12, Benjamin Gaignard > a =E9crit : > > > > Le sam. 13 oct. 2018 =E0 17:17, Christoph Hellwig a =E9cri= t : > > > > > > The DMA API does its own zone decisions based on the coherent_dma_mas= k. > > > > > > Signed-off-by: Christoph Hellwig > > > > Reviewed-by: Benjamin Gaignard >=20 > Christoph do you plan to merge this patch on your own tree ? or would > like I put it directly in drm-misc-next branch ? Please pull it in through drm-misc-next, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from verein.lst.de ([213.95.11.211]:56863 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727335AbeJQPOS (ORCPT ); Wed, 17 Oct 2018 11:14:18 -0400 Date: Wed, 17 Oct 2018 09:19:58 +0200 From: Christoph Hellwig To: Benjamin Gaignard Cc: Christoph Hellwig , linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, ML dri-devel , linux-media@vger.kernel.org, linux-spi@vger.kernel.org, Linux Fbdev development list , alsa-devel@alsa-project.org, Linux Kernel Mailing List Subject: Re: [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc Message-ID: <20181017071958.GC23407@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-7-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-media-owner@vger.kernel.org List-ID: On Tue, Oct 16, 2018 at 02:41:23PM +0200, Benjamin Gaignard wrote: > Le lun. 15 oct. 2018 à 11:12, Benjamin Gaignard > a écrit : > > > > Le sam. 13 oct. 2018 à 17:17, Christoph Hellwig a écrit : > > > > > > The DMA API does its own zone decisions based on the coherent_dma_mask. > > > > > > Signed-off-by: Christoph Hellwig > > > > Reviewed-by: Benjamin Gaignard > > Christoph do you plan to merge this patch on your own tree ? or would > like I put it directly in drm-misc-next branch ? Please pull it in through drm-misc-next, thanks!