diff mbox series

[V2,1/2,SRU,Mantic] UBUNTU: SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Meteor Lake

Message ID 20231025160642.4040394-2-vicamo.yang@canonical.com
State New
Headers show
Series Support mipi camera on Intel Meteor Lake platform | expand

Commit Message

You-Sheng Yang Oct. 25, 2023, 4:06 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2031412

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
---
 drivers/iommu/intel/iommu.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index 628c4a48de11..a377f8e0a414 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -41,6 +41,7 @@ 
 			   ((pdev)->device == 0xa75d ||		\
 			    (pdev)->device == 0x9a19 ||		\
 			    (pdev)->device == 0x9a39 ||		\
+			    (pdev)->device == 0x7d19 ||		\
 			    (pdev)->device == 0x4e19 ||		\
 			    (pdev)->device == 0x465d ||		\
 			    (pdev)->device == 0x1919))