summaryrefslogtreecommitdiff
path: root/rotator/sde_rotator_base.h
diff options
context:
space:
mode:
authorShubhashree Dhar <dhar@codeaurora.org>2019-04-30 17:51:07 +0530
committerShubhashree Dhar <dhar@codeaurora.org>2019-06-27 14:21:21 +0530
commit2179aedbdc5c32357ec38b517f5694d74f52b5ae (patch)
treece619f1916687485720e96e0d3bcf62a24eae81d /rotator/sde_rotator_base.h
parent6a9e397c73b5195e72f4514b411e104e1a094dac (diff)
downloaddisplay-drivers-2179aedbdc5c32357ec38b517f5694d74f52b5ae.tar.gz
msm/sde/rotator: Remove deprecated SMMU api's in rotator driver.
Remove deprecated smmu api's and add support for new api's in rotator driver. Change-Id: Ib7a3f48fe22867725e1224caf3489bf47044e37b Signed-off-by: Shubhashree Dhar <dhar@codeaurora.org>
Diffstat (limited to 'rotator/sde_rotator_base.h')
-rw-r--r--rotator/sde_rotator_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotator/sde_rotator_base.h b/rotator/sde_rotator_base.h
index aeefa116..df490f31 100644
--- a/rotator/sde_rotator_base.h
+++ b/rotator/sde_rotator_base.h
@@ -183,7 +183,7 @@ struct reg_bus_client {
struct sde_smmu_client {
struct device *dev;
- struct dma_iommu_mapping *mmu_mapping;
+ struct iommu_domain *rot_domain;
struct sde_module_power mp;
struct reg_bus_client *reg_bus_clt;
bool domain_attached;