commit | dd34bb9655176873dc6fdfc612c71f7c2f078caa | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Tue Aug 16 12:09:08 2016 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Thu Sep 15 15:29:36 2016 +0200 |
tree | 4c7b2a25993598b1d540417cf662e52ba763b295 | |
parent | e095c8feb8feed9e2c8ef76f8ec8491f46985e24 [diff] |
drm/etnaviv: move IOMMU domain allocation into etnaviv MMU The GPU code doesn't need to deal with the IOMMU directly, instead it can all be hidden behind the etnaviv mmu interface. Move the last remaining part into etnaviv mmu. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>