commit | 13c34fe518624e27589827aa49f68f5f38c95f11 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Jun 13 18:28:42 2016 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Wed Jun 15 11:18:39 2016 +0200 |
tree | 589f158dc32bf34acee4827e5d9d2bbf01e96d05 | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
drm/etnaviv: initialize iommu domain page size Since d16e0faab91 (iommu: Allow selecting page sizes per domain) the iommu core demands the page size to be set per domain, otherwise any mapping attempts will be dropped. Make sure to set a valid page size for the etnaviv iommu. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>