Re: [PATCH v2 4/8] drm/etnaviv: rework MMU handling

2019-05-03 Thread Guido Günther
Hi, On Wed, Apr 17, 2019 at 03:50:19PM +0200, Lucas Stach wrote: > This reworks the MMU handling to make it possible to have multiple > MMU contexts, not one per GPU. This commit doesn't actually do anything > with those contexts, aside from giving one of them to each GPU. > > The code changes are

[PATCH v2 4/8] drm/etnaviv: rework MMU handling

2019-04-17 Thread Lucas Stach
This reworks the MMU handling to make it possible to have multiple MMU contexts, not one per GPU. This commit doesn't actually do anything with those contexts, aside from giving one of them to each GPU. The code changes are pretty invasive, but there is no sane way to split this into smaller chang