From 133c523adb5996c20363f2e25b12ca394934f440 Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Thu, 14 Mar 2019 17:24:33 -0700 Subject: [PATCH] iommu: iommu-debug: Switch secure test vmid Switch to a supported vmid. Change-Id: I0476a1ef6c77f8829203c92e267e1e0228846bb1 Signed-off-by: Patrick Daly --- drivers/iommu/iommu-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/iommu-debug.c b/drivers/iommu/iommu-debug.c index da86788eed73..4378f2c5bae8 100644 --- a/drivers/iommu/iommu-debug.c +++ b/drivers/iommu/iommu-debug.c @@ -240,7 +240,7 @@ static struct iommu_debug_attr fastmap_attr = { static struct iommu_debug_attr secure_attr = { .dma_type = 0, - .vmid = VMID_CP_CAMERA, + .vmid = VMID_CP_PIXEL, }; static int iommu_debug_set_attrs(struct iommu_debug_device *ddev,