commit | 99aeeb7c58b24121e7951ef239ccf0626d4d566b | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Tue Aug 16 11:31:09 2016 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Thu Sep 15 15:29:34 2016 +0200 |
tree | 6f55605ad30a710f87016b271048950971dc875c | |
parent | acfee0ec03712a8ff37daae13e2c4b3f3f45336c [diff] |
drm/etnaviv: rename etnaviv_iommu_domain_restore to etnaviv_iommuv1_restore This function has external visibility and only handles the Vivant IOMMU version 1. Rename to make this more clear and allow a clear separation of the different IOMMU versions. Also drop the domain parameter, as we can infer it from the GPU we are dealing with. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>