Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp15080pxv; Wed, 21 Jul 2021 14:08:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSl4j5ucbxzVoPxZvXfb5EhtPeRKyOv0DsNirAhqWG8DOOa4TD0BZbYfpTtHWDJK+WbMtM X-Received: by 2002:a05:6638:c4a:: with SMTP id g10mr32481317jal.21.1626901579154; Wed, 21 Jul 2021 14:06:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626901579; cv=none; d=google.com; s=arc-20160816; b=APh8HbgP0tRzNeFdDIAsfUOLW9PLUqQs/vpskFiMgLwj+v0czlv1nelnpFD5eoVM7C eC72+BAjUiunVrdLYhvg1HLqOy7Q8PD5PHkLv51OkVc5L40owkHQqK6qd1HMLkepK5bv GufQlVCoB85QCjYjzNcdg3yyjoV9ZG4w9TZNidOTc4L0UgA3xTi+mE34gU6avD4RwW7D 8gOYYvh7icAWP3hix19zPPHaoQsR1MHw8ZeyttazxZradDZUMi03FG4CL6wYNxaWm/wG bP4Vs0NOEUU4s/tUf65pfnwTzBfF58yaGZUgn4FC61ehkUYlxiJc/Z78ytQ0Uvu1UsI7 jgaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=+bBSLwMF1vS7Lw1RHh5y+Tw5qiTb9O+VHawnyE7F0cg=; b=Q+3JMMOCC0ONZ3r7IQhAib3NwAD522SaqdTIDneNWMHXdLFNK3JGZvIYl+anMy0YGe Bc7a6yIpwcOG58yYg6gqLcarA4GvpUn2bi5SQEQatYuioxOorCt4iTBsGff3Jx6QyzOr 3oC3utCiPxGTvnsxO+NMZYNCC4lZirN0kFfd0clSn8frUzIlEoEbofQjMPfJXMl/rRnG rr/+h0bWoQHmpiYQl6XTM8MMaVZ95rnVfBgntbXOsDDaOp/tTChisLjahYHcv5aW11fL AA2NrMUH8VXTArXgKFkcOxDtYLJIE8AiJtbgwmr62diCWgNIGUJRYVfPIkXha8+eeayB /a7w== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j12si27725424jar.85.2021.07.21.14.06.07; Wed, 21 Jul 2021 14:06:19 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239030AbhGURlZ (ORCPT + 99 others); Wed, 21 Jul 2021 13:41:25 -0400 Received: from foss.arm.com ([217.140.110.172]:33542 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238609AbhGURkt (ORCPT ); Wed, 21 Jul 2021 13:40:49 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5481C13D5; Wed, 21 Jul 2021 11:21:25 -0700 (PDT) Received: from 010265703453.arm.com (unknown [10.57.36.146]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D83BC3F694; Wed, 21 Jul 2021 11:21:23 -0700 (PDT) From: Robin Murphy To: joro@8bytes.org, will@kernel.org Cc: iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, suravee.suthikulpanit@amd.com, baolu.lu@linux.intel.com, john.garry@huawei.com, dianders@chromium.org Subject: [PATCH 23/23] iommu/arm-smmu: Allow non-strict in pgtable_quirks interface Date: Wed, 21 Jul 2021 19:20:34 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To make io-pgtable aware of a flush queue being dynamically enabled, allow IO_PGTABLE_QUIRK_NON_STRICT to be set even after a domain has been attached to, and hook up the final piece of the puzzle in iommu-dma. Signed-off-by: Robin Murphy --- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 15 +++++++++++++++ drivers/iommu/arm/arm-smmu/arm-smmu.c | 11 +++++++++++ drivers/iommu/dma-iommu.c | 3 +++ 3 files changed, 29 insertions(+) diff --git a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c index 260b560d0075..ca19e4551468 100644 --- a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c +++ b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c @@ -2714,6 +2714,20 @@ static int arm_smmu_enable_nesting(struct iommu_domain *domain) return ret; } +static int arm_smmu_set_pgtable_quirks(struct iommu_domain *domain, + unsigned long quirks) +{ + struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain); + + if (quirks == IO_PGTABLE_QUIRK_NON_STRICT && smmu_domain->pgtbl_ops) { + struct io_pgtable *iop = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); + + iop->cfg.quirks |= IO_PGTABLE_QUIRK_NON_STRICT; + return 0; + } + return -EINVAL; +} + static int arm_smmu_of_xlate(struct device *dev, struct of_phandle_args *args) { return iommu_fwspec_add_ids(dev, args->args, 1); @@ -2828,6 +2842,7 @@ static struct iommu_ops arm_smmu_ops = { .release_device = arm_smmu_release_device, .device_group = arm_smmu_device_group, .enable_nesting = arm_smmu_enable_nesting, + .set_pgtable_quirks = arm_smmu_set_pgtable_quirks, .of_xlate = arm_smmu_of_xlate, .get_resv_regions = arm_smmu_get_resv_regions, .put_resv_regions = generic_iommu_put_resv_regions, diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu.c b/drivers/iommu/arm/arm-smmu/arm-smmu.c index 2c717f3be056..0f181f76c31b 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu.c @@ -1522,6 +1522,17 @@ static int arm_smmu_set_pgtable_quirks(struct iommu_domain *domain, struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain); int ret = 0; + if (quirks == IO_PGTABLE_QUIRK_NON_STRICT) { + struct io_pgtable *iop; + + if (!smmu_domain->pgtbl_ops) + return -EINVAL; + + iop = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); + iop->cfg.quirks |= IO_PGTABLE_QUIRK_NON_STRICT; + return 0; + } + mutex_lock(&smmu_domain->init_mutex); if (smmu_domain->smmu) ret = -EPERM; diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c index 64e9eefce00e..6b51e45e2358 100644 --- a/drivers/iommu/dma-iommu.c +++ b/drivers/iommu/dma-iommu.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -326,6 +327,8 @@ int iommu_dma_init_fq(struct iommu_domain *domain) return -ENODEV; } cookie->fq_domain = domain; + if (domain->ops->set_pgtable_quirks) + domain->ops->set_pgtable_quirks(domain, IO_PGTABLE_QUIRK_NON_STRICT); return 0; } -- 2.25.1