浏览代码

Merge "disp: msm: set smmu cb domain attached during probe" into display-kernel.lnx.4.19

Linux Build Service Account 6 年之前
父节点
当前提交
8d754bda7d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      msm/msm_smmu.c

+ 2 - 0
msm/msm_smmu.c

@@ -444,6 +444,8 @@ static int msm_smmu_probe(struct platform_device *pdev)
 		dev_err(&pdev->dev, "iommu get domain for dev failed\n");
 		return -EINVAL;
 	}
+	client->secure = domain->secure;
+	client->domain_attached = true;
 
 	if (!client->dev->dma_parms)
 		client->dev->dma_parms = devm_kzalloc(client->dev,