Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp327131imm; Wed, 17 Oct 2018 00:21:42 -0700 (PDT) X-Google-Smtp-Source: ACcGV61ek27+SsuQV6HxyBJuizLMZwQfCEZq60bk5ZBBsXhjTgX++Sh5Wuv75c+Joh7NP1ho5WHM X-Received: by 2002:a62:2845:: with SMTP id o66-v6mr25302253pfo.17.1539760901965; Wed, 17 Oct 2018 00:21:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539760901; cv=none; d=google.com; s=arc-20160816; b=dkw1m9HvIZBvcUkyaMrweY5TSt4dno+rVKdH4JQPRreAIaMhYGvHxEHH5MqfEbnEMw XzWyd+oFynSP8YGQ+CVe3ClAIl2bkm9vBq92HsaHx5jOUnWSLGuJWO0EQYUT0waKlQzp kUNcWrFyx4GCnh88H4vNtBzPGlVIfQJOCM/lEACQB22XM9IVUZRotgj2owG9T5qvhHSL EZnbBYrBh1fWoJZAMDrA7QkM1ZaiQ8EZ7cBUwHSnHr/mYRK/gggEkPoLG2Qavi0UfV2k ODBHHCe/SgUZbwIm7yIf9/vBW5ghV5q2IaZs9wLVfhtqfpN3AkVEypuVZBPzGnbMzv+t C8VQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=aqWMEarmTd1wQX5M4rF4VtfUZlgHlA7FbSV1U8Qo3ZM=; b=Ph5CzSEJP7TwDixflmfK/xLEUSfl3QAUpe4DN+geoSgdyyhGFn2AKRt9brMXO2LeZE 1SoO45NBLmovC+ebff3vKJeO5yGHyL16wgMvAzOX8tb8B/E1V+y3rLGg4/YVl79BoSbx AYQMSzK6viwpdb5V/fs22vd0PdytqkIa0qJve9vo2ZM+UD7mia/gLQ2Q6NtszwsJlfmO YKJK40Ivhle+be9aPu6cTZcMaY2WMr47ASNP3IVyYlO/Aj8I015sCOPTO4n9kowSopWn KUTNMzYGSUBtiuyCXmRCcVNwHGrUAAzuTvH0KMlerdBn9eLm5PfgNcv1/J8I24tO1pNe NCsw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j142-v6si18432454pfd.204.2018.10.17.00.21.25; Wed, 17 Oct 2018 00:21:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727673AbeJQPOk (ORCPT + 99 others); Wed, 17 Oct 2018 11:14:40 -0400 Received: from verein.lst.de ([213.95.11.211]:56886 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727292AbeJQPOk (ORCPT ); Wed, 17 Oct 2018 11:14:40 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 6FB3A68C95; Wed, 17 Oct 2018 09:20:20 +0200 (CEST) Date: Wed, 17 Oct 2018 09:20:20 +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 7/8] media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrs Message-ID: <20181017072020.GD23407@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-8-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: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 15, 2018 at 11:12:55AM +0200, Benjamin Gaignard wrote: > Le sam. 13 oct. 2018 ? 17:18, 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 Can you pick it up through the media tree?