From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/8] cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent Date: Wed, 17 Oct 2018 09:19:42 +0200 Message-ID: <20181017071942.GB23407@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-2-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from newverein.lst.de (verein.lst.de [213.95.11.211]) by alsa0.perex.cz (Postfix) with ESMTP id B9897267545 for ; Wed, 17 Oct 2018 09:19:42 +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: "Rafael J. Wysocki" Cc: "open list:FRAMEBUFFER LAYER" , Linux PM , Linux Kernel Mailing List , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , dri-devel , linux-spi , linux-tegra@vger.kernel.org, Christoph Hellwig , linux-media@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Mon, Oct 15, 2018 at 09:43:04AM +0200, Rafael J. Wysocki wrote: > On Sat, Oct 13, 2018 at 5:17 PM Christoph Hellwig wrote: > > > > The DMA API does its own zone decisions based on the coherent_dma_mask. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Rafael J. Wysocki Can you pick it up through the cpufreq tree? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 17 Oct 2018 07:19:42 +0000 Subject: Re: [PATCH 1/8] cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent Message-Id: <20181017071942.GB23407@lst.de> List-Id: References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-2-hch@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: "open list:FRAMEBUFFER LAYER" , Linux PM , Linux Kernel Mailing List , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , dri-devel , linux-spi , linux-tegra@vger.kernel.org, Christoph Hellwig , linux-media@vger.kernel.org On Mon, Oct 15, 2018 at 09:43:04AM +0200, Rafael J. Wysocki wrote: > On Sat, Oct 13, 2018 at 5:17 PM Christoph Hellwig wrote: > > > > The DMA API does its own zone decisions based on the coherent_dma_mask. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Rafael J. Wysocki Can you pick it up through the cpufreq tree? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from verein.lst.de ([213.95.11.211]:56859 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727219AbeJQPOC (ORCPT ); Wed, 17 Oct 2018 11:14:02 -0400 Date: Wed, 17 Oct 2018 09:19:42 +0200 From: Christoph Hellwig To: "Rafael J. Wysocki" Cc: Christoph Hellwig , Linux PM , linux-tegra@vger.kernel.org, dri-devel , linux-media@vger.kernel.org, linux-spi , "open list:FRAMEBUFFER LAYER" , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , Linux Kernel Mailing List Subject: Re: [PATCH 1/8] cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent Message-ID: <20181017071942.GB23407@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org List-ID: On Mon, Oct 15, 2018 at 09:43:04AM +0200, Rafael J. Wysocki wrote: > On Sat, Oct 13, 2018 at 5:17 PM Christoph Hellwig wrote: > > > > The DMA API does its own zone decisions based on the coherent_dma_mask. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Rafael J. Wysocki Can you pick it up through the cpufreq tree?