commit | db82a0435b8be32d544bbed91c43c2f21b5f4ea7 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Jul 05 19:17:21 2019 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Thu Aug 15 10:55:03 2019 +0200 |
tree | 000ab43d5e66bbca4659beb70c794cbe85af287f | |
parent | db41fe7d2f75c946a0b138aa789ca7cf6cd8afc1 [diff] |
drm/etnaviv: split out cmdbuf mapping into address space This allows to decouple the cmdbuf suballocator create and mapping the region into the GPU address space. Allowing multiple AS to share a single cmdbuf suballoc. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Guido Günther <agx@sigxcpu.org>