* [PATCH trivial] iommu/amd: Remove DMA_FQ type from domain allocation path
@ 2023-10-16 5:13 Vasant Hegde
2023-10-16 7:40 ` Joerg Roedel
0 siblings, 1 reply; 2+ messages in thread
From: Vasant Hegde @ 2023-10-16 5:13 UTC (permalink / raw)
To: iommu, joro; +Cc: suravee.suthikulpanit, Vasant Hegde, Robin Murphy
.. as drivers won't see DMA_FQ any more.
See commit a4fdd9762272 ("iommu: Use flush queue capability") for
details.
Suggested-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
---
drivers/iommu/amd/iommu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/iommu/amd/iommu.c b/drivers/iommu/amd/iommu.c
index 8b459a2aae3f..dc8f9eaa2452 100644
--- a/drivers/iommu/amd/iommu.c
+++ b/drivers/iommu/amd/iommu.c
@@ -2394,7 +2394,6 @@ static struct protection_domain *protection_domain_alloc(unsigned int type)
case IOMMU_DOMAIN_IDENTITY:
return domain;
case IOMMU_DOMAIN_DMA:
- case IOMMU_DOMAIN_DMA_FQ:
pgtable = amd_iommu_pgtable;
break;
/*
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH trivial] iommu/amd: Remove DMA_FQ type from domain allocation path
2023-10-16 5:13 [PATCH trivial] iommu/amd: Remove DMA_FQ type from domain allocation path Vasant Hegde
@ 2023-10-16 7:40 ` Joerg Roedel
0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2023-10-16 7:40 UTC (permalink / raw)
To: Vasant Hegde; +Cc: iommu, suravee.suthikulpanit, Robin Murphy
On Mon, Oct 16, 2023 at 05:13:05AM +0000, Vasant Hegde wrote:
> drivers/iommu/amd/iommu.c | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-16 7:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 5:13 [PATCH trivial] iommu/amd: Remove DMA_FQ type from domain allocation path Vasant Hegde
2023-10-16 7:40 ` Joerg Roedel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.