Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp183799pxu; Tue, 6 Oct 2020 23:38:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybmJzdmI5j+cfvZoxgA67eG1mT90531kaeQb4MY3azQAr/WdgGhXeQwyJdL3NI/Re7wyF2 X-Received: by 2002:a50:b261:: with SMTP id o88mr1356387edd.150.1602052704052; Tue, 06 Oct 2020 23:38:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602052704; cv=none; d=google.com; s=arc-20160816; b=bjd1Y+wKS0ZnArEugA5OteGyBhYDGuu3t0Q4X3JbcPd1zju6cKmTKGO5UzxGe50kcR ALRkklFzjnsWDYf447XGyXCH2DwxzC454xmWJmvbRSnolKaCxxotagOJxJED/sAL2Sd7 V4TAsPnHp3I2iBjBusENp6EgoJLsyR4uipRwBCgWuYedpowMhlZ3jy/tV9cfWBA53zLM RjCo5Z2vUqnh/jAL1eXIRWAZ4IGi3rgj3//0ykwXCFcb5+/PLAhoddpP0OrNE6ofM49A Bcr5wBPLxmtt6WTZRVb3I9KzBVFyD/TFqFoAWYUrlH1T9clpEunGDLOOGBEmXaqgGVrD 6gug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=HiyW39qai3NhN1KEoVsVDp8Sx9QOaFYlvaAathWGEgU=; b=OougaSH8QMLX1858uxvheNfz0DxRD0eFZbdtSdKLbFAOGVF3EWC/bUEzC9XMVkwJO6 EMMqLUxWZ+h5yImhXAKO3fK83C0jZhhn5jxg+4KeVXAxdcV3o3yTxFtn63fbjakKilPi 90n8fDkX38v/r7a/IwTg0ttRaven2+LByBXofuE7EsLeg5pyrZDlc9Pqd+GwRJut9PPn hMpB+II8O45Hhfx/uPQ2pLidIl3u+PWdcntyG5fZrAA8x70I/d1tCCgcpQOPyqt+w51D SP5ASiNmEEn8/loUbgzdJ0ESMOGaoo387YAYCyEViYdzENd2TBvMuEocM5wgWgnYLU1w 4FKQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d22si838317edz.234.2020.10.06.23.38.01; Tue, 06 Oct 2020 23:38:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727215AbgJGGVy (ORCPT + 99 others); Wed, 7 Oct 2020 02:21:54 -0400 Received: from verein.lst.de ([213.95.11.211]:36263 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726138AbgJGGVy (ORCPT ); Wed, 7 Oct 2020 02:21:54 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8B42F67373; Wed, 7 Oct 2020 08:21:50 +0200 (CEST) Date: Wed, 7 Oct 2020 08:21:50 +0200 From: Christoph Hellwig To: Tomasz Figa Cc: Christoph Hellwig , Sergey Senozhatsky , Mauro Carvalho Chehab , Marek Szyprowski , "open list:IOMMU DRIVERS" , Robin Murphy , Linux Doc Mailing List , Linux Kernel Mailing List , Linux Media Mailing List Subject: Re: [PATCH 8/8] WIP: add a dma_alloc_contiguous API Message-ID: <20201007062150.GA10601@lst.de> References: <20200930160917.1234225-1-hch@lst.de> <20200930160917.1234225-9-hch@lst.de> <20201002175040.GA1131147@chromium.org> <20201005082629.GA13850@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 06, 2020 at 10:56:04PM +0200, Tomasz Figa wrote: > > Yes. And make sure the API isn't implemented when VIVT caches are > > used, but that isn't really different from the current interface. > > Okay, thanks. Let's see if we can make necessary changes to the videobuf2. > > +Sergey Senozhatsky for awareness too. I can defer the changes a bit to see if you'd really much prefer the former interface. I think for now the most important thing is that it works properly for the potential users, and the prime one is videobuf2 for now. drm also seems like a big potential users, but I had a really hard time getting the developers to engage in API development.