Re: [PATCH v2 2/3] drm/etnaviv: allow to request specific virtual address for gem mapping

2019-08-14 Thread Guido Günther
Hi, On Fri, Aug 09, 2019 at 02:05:13PM +0200, Lucas Stach wrote: > Allow the mapping code to request a specific virtual address for the gem > mapping. If the virtual address is zero we fall back to the old mode of > allocating a virtual address for the mapping. > > Signed-off-by: Lucas Stach >

[PATCH v2 2/3] drm/etnaviv: allow to request specific virtual address for gem mapping

2019-08-09 Thread Lucas Stach
Allow the mapping code to request a specific virtual address for the gem mapping. If the virtual address is zero we fall back to the old mode of allocating a virtual address for the mapping. Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel --- v2: use INSERT_LOWEST for fixed VA maode ---