Message ID | 20231024085653.4076574-2-vicamo.yang@canonical.com |
---|---|
State | New |
Headers | show |
Series | Support mipi camera on Intel Meteor Lake platform | expand |
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))
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(+)